Files
docker-compose-hatthieves/development/jekyll/jekyll/source/_layouts/post.html
Your Name 30f42e7f9a jekyll
2020-05-28 10:27:34 +00:00

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 }}