the-internet-vagabond-dot-com/index.html

19 lines
459 B
HTML
Raw Normal View History

2015-02-23 17:26:52 +00:00
---
2018-01-12 20:38:06 +00:00
layout: corrupt_index
tabtitle: Home
2015-02-23 17:26:52 +00:00
---
2018-01-12 22:39:13 +00:00
{% for post in site.posts limit:5 %}
2018-02-11 04:25:07 +00:00
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<div id="details">
<div id="date">{{ post.pub }}</div>
<div id="tags">
{% for topic in post.topics %}
<a href="/topics/{{topic}}">{{topic}}</a>
{% endfor %}
2018-01-11 23:28:28 +00:00
</div>
2018-02-11 04:25:07 +00:00
</div>
<div id="desc">{{ post.short_desc }}</div>
2018-01-11 23:28:28 +00:00
{% endfor %}
2018-02-11 04:25:07 +00:00
<h6><a href="/topics/all">All Posts</a></h6>