Gordon Pedersen
6647dabdc8
Needed a little modification here and there to make it work with the activity pub data structure, but it's looking pretty good!
15 lines
No EOL
343 B
Text
15 lines
No EOL
343 B
Text
---
|
|
title: Feed
|
|
layout: layout-main.njk
|
|
scripts_foot: '<script src="/assets/js/relative-time.js"></script>'
|
|
---
|
|
<div class="h-feed">
|
|
<h2 class="p-name">{{ title }}</h2>
|
|
{{ content | safe }}
|
|
</div>
|
|
|
|
{% include 'partial-pagination.njk' %}
|
|
|
|
{% layoutblock 'foot' %}
|
|
<script src="/assets/js/relative-time.js"></script>
|
|
{% endlayoutblock %} |