Skip to content

Commit

Permalink
Merge pull request #27 from rs-station/blog-format
Browse files Browse the repository at this point in the history
add "back to blog" button at top and bottom of posts
  • Loading branch information
DHekstra authored Oct 25, 2024
2 parents cc3eddf + 5c3da03 commit c9df27a
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
@@ -1,9 +1,13 @@
---
layout: content_page
---
<p><a href="/blog.html">⬅️ Back to blog posts</a></p>

<p>{{ page.date | date_to_string }}</p>
<h1>{{ page.title }}</h1>
<h3>{{ page.subtitle }}</h3>
<p>{{ page.author }}</p>

{{ content }}
{{ content }}

<p><a href="/blog.html">⬅️ Back to blog posts</a></p>

0 comments on commit c9df27a

Please sign in to comment.