Skip to content

Commit

Permalink
feat(index.html): add footer link to page source
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Jul 3, 2021
1 parent 0ff31a3 commit 3bc0ebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@
</head>
<body>
{{ include "/templates/header.html" }}

<main>
<article>{{ markdown $markdownFile.Body }}</article>
</main>

<footer>
<a href="{{ $path | clean }}">Page source code</a>.
</footer>

{{ include "/templates/footer.html" }}
</body>
</html>

0 comments on commit 3bc0ebe

Please sign in to comment.