mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -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: "└ ";
|
||||
}
|
||||
}
|
||||
|
||||
.timestamp {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
{{#each resources}}
|
||||
<div class="post">
|
||||
<p class="title"><a href="/blog/{{id}}">{{title}}</a></p>
|
||||
<p class="timestamp">{{timestamp}}</p>
|
||||
<p class="short-desc">{{desc}}</p>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue