zoneminder/index.html

21 lines
451 B
HTML
Raw Normal View History

2014-06-13 03:22:56 +08:00
---
layout: default
---
2013-07-20 11:45:30 +08:00
2014-06-13 03:22:56 +08:00
<div class="home">
2014-03-02 10:01:19 +08:00
2014-06-13 03:22:56 +08:00
<h1>Posts</h1>
2013-07-20 11:37:09 +08:00
2014-06-13 03:22:56 +08:00
<ul class="posts">
{% for post in site.posts %}
<li>
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
2013-07-20 11:45:30 +08:00
2014-06-13 03:22:56 +08:00
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
2013-07-20 11:37:09 +08:00
</div>