Testing of lectures and pages

This commit is contained in:
2020-09-06 19:33:53 +02:00
parent e3aca0f8cc
commit 0354144c46
5 changed files with 60 additions and 35 deletions

15
_layouts/lecture.html Normal file
View File

@@ -0,0 +1,15 @@
---
layout: default
permalink: /lectures/:categories/:year/:month/:day/:title/
---
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>
<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 %}