14 líneas
260 B
HTML
14 líneas
260 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<header>
|
|
<h1>{{ page.title }}</h1>
|
|
by
|
|
{% for author in page.authors %}
|
|
<author><a href="{{ site.baseurl }}/#{{ author }}">{{ author }}</a></author>{% if forloop.last == false %}, {% endif %}
|
|
{% endfor %}
|
|
</header>
|
|
|
|
{{ content }}
|