- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.html
More file actions
Latest commit
19 lines (17 loc) · 457 Bytes
/
Copy pathgo.html
File metadata and controls
19 lines (17 loc) · 457 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: home
---
{% for p in site.categories.go %}
<divclass="first grid1"> </div>
<divclass="grid17">
<divclass="post">
<aclass="post_title_link" href="{{ p.url }}">{{ p.title }}</a>
{{ p.content }}
<divclass="post_date">Posted: {{ p.date | date: "%B %d, %Y" }}
{% if p.updated %}
.:. Updated: {{ p.updated | date: "%B %d, %Y" }}
{% endif %}
</div>
</div>
</div>
{% endfor %}