mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Added font size to post date and rearranged post title in blog index.
This commit is contained in:
parent
b3d59539db
commit
23f99c2691
2 changed files with 2 additions and 1 deletions
|
@ -5,12 +5,12 @@ layout: default
|
|||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
<article class="post">
|
||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||
{% if post.highlight_image %}
|
||||
<div class="post-highlight">
|
||||
<img src="{{ site.baseurl }}{{ post.highlight_image }}" alt="Highlight Image">
|
||||
</div>
|
||||
{% endif %}
|
||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||
<div class="entry">
|
||||
{% if post.excerpt %}
|
||||
{{ post.excerpt }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue