Skip to content

Commit

Permalink
feat: add link to printable version
Browse files Browse the repository at this point in the history
  • Loading branch information
halivert committed Dec 7, 2023
1 parent 6ef98d3 commit 1b05e9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ <h1 class="title is-2 has-text-primary">{{
</section>

<div class="printable">
<p class="has-text-right">{{ page.url | absolute_url }}</p>
<p class="has-text-right">
<a href="{{ page.url | absolute_url }}">
{{ page.url | absolute_url }}
</a>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 1b05e9e

Please sign in to comment.