more fields for article details

This commit is contained in:
Stavros Polymenis 2016-10-31 23:32:32 +00:00
parent a014d92556
commit e71ac4e1ee

View File

@ -2,9 +2,11 @@
<h1>{{title}}</h1>
<details>
<summary>{{abstract}}</summary>
<p>Topics: {{topics}}</p>
<a href="" rel="author">{{author_name}}</a>
<time datetime="{{date}}">{{date_human}}</time>
<span>Series: {{series}}</span>
<span>Topics: {{topics}}</span>
<span>Keywords: {{keywords}}</span>
</details>
{{body}}
</article>