mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +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
|
@ -20,6 +20,7 @@
|
|||
}
|
||||
.post-date {
|
||||
color: #777;
|
||||
font-size: 0.85em;
|
||||
margin-bottom: 1em;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -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