mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32:21 -08:00
remove unused index-injection template
This commit is contained in:
parent
5b09813f24
commit
111a261e7e
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
<hr />
|
|
||||||
<div class="index-info">
|
|
||||||
<h3>most recent blog posts</h3>
|
|
||||||
<div class="blog-post-list">
|
|
||||||
{% for resource in resources %}
|
|
||||||
<div class="post">
|
|
||||||
<p class="title"><a href="/blog/{{resource.id}}">{{resource.title}}</a></p>
|
|
||||||
<p class="timestamp">{{resource.timestamp}}</p>
|
|
||||||
<p class="short-desc">{{resource.desc}}</p>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Add table
Reference in a new issue