mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
11 lines
269 B
HTML
11 lines
269 B
HTML
<li>
|
|
<abbr class="calender date" title="{{date}}">
|
|
<span class="day">{{day}}</span>
|
|
<span class="month">{{month}}</span>
|
|
<span class="year">{{year}}</span>
|
|
</abbr>
|
|
<p>
|
|
<strong><a href="{{path}}">{{title}}</a></strong>
|
|
{{summary}}
|
|
</p>
|
|
</li>
|