zoneminder/index.html

22 lines
353 B
HTML
Raw Normal View History

2014-06-13 03:22:56 +08:00
---
layout: home
title: Home
permalink: /
2014-06-13 03:22:56 +08:00
---
2013-07-20 11:45:30 +08:00
{% for post in site.posts %}
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">{{ post.title }}</h3>
</div>
2014-03-02 10:01:19 +08:00
<div class="panel-body">
{{ post.content }}
</div>
2013-07-20 11:37:09 +08:00
<div class="panel-footer">
<span class="date">{{ post.date }}</span>
</div>
</div>
{% endfor %}