moved date

This commit is contained in:
Paul Gauthier 2024-05-24 08:09:02 -07:00
parent 02fd0dab38
commit 522af186f9

View file

@ -37,9 +37,6 @@
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% endif %}
{% if page.date %}
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
{% endif %}
<a href="{{ site.url }}/" class="btn">Home</a>
<a href="{{ site.url }}/blog/" class="btn">Blog</a>
{% if site.github.is_project_page %}
@ -52,6 +49,9 @@
</header>
<main id="content" class="main-content" role="main">
{% if page.date %}
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
{% endif %}
{{ content }}
<footer class="site-footer">