16 lines
292 B
HTML
16 lines
292 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<h1>{{ page.writeups }}</h1>
|
|
{% for wp in page.writeups %}
|
|
|
|
<h1>{{wp}}</h1>
|
|
{% endfor %}
|
|
|
|
<p class="view">by {{ page.author | default: site.author }}</p>
|
|
|
|
{{content}} {% if page.tags %}
|
|
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
|
|
{% endif %}
|