mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
add timestamps to the recent blog posts section
This commit is contained in:
parent
04ebe92225
commit
86ad4c7d0b
2 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,10 @@ abbr {
|
||||||
content: "└ ";
|
content: "└ ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timestamp {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
{{#each resources}}
|
{{#each resources}}
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<p class="title"><a href="/blog/{{id}}">{{title}}</a></p>
|
<p class="title"><a href="/blog/{{id}}">{{title}}</a></p>
|
||||||
|
<p class="timestamp">{{timestamp}}</p>
|
||||||
<p class="short-desc">{{desc}}</p>
|
<p class="short-desc">{{desc}}</p>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue