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
|
@ -20,6 +20,7 @@
|
||||||
}
|
}
|
||||||
.post-date {
|
.post-date {
|
||||||
color: #777;
|
color: #777;
|
||||||
|
font-size: 0.85em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,12 +5,12 @@ layout: default
|
||||||
<div class="posts">
|
<div class="posts">
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<article class="post">
|
<article class="post">
|
||||||
|
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
||||||
{% if post.highlight_image %}
|
{% if post.highlight_image %}
|
||||||
<div class="post-highlight">
|
<div class="post-highlight">
|
||||||
<img src="{{ site.baseurl }}{{ post.highlight_image }}" alt="Highlight Image">
|
<img src="{{ site.baseurl }}{{ post.highlight_image }}" alt="Highlight Image">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
{% if post.excerpt %}
|
{% if post.excerpt %}
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue