mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
moved date
This commit is contained in:
parent
02fd0dab38
commit
522af186f9
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,6 @@
|
||||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
<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>
|
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
||||||
{% endif %}
|
{% 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 }}/" class="btn">Home</a>
|
||||||
<a href="{{ site.url }}/blog/" class="btn">Blog</a>
|
<a href="{{ site.url }}/blog/" class="btn">Blog</a>
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
|
@ -52,6 +49,9 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main id="content" class="main-content" role="main">
|
<main id="content" class="main-content" role="main">
|
||||||
|
{% if page.date %}
|
||||||
|
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||||
|
{% endif %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue