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!
13 lines
274 B
Text
13 lines
274 B
Text
---js
|
|
{
|
|
layout: "layout-main.njk",
|
|
ctx: function() { return this.ctx }
|
|
}
|
|
---
|
|
{% from "macro-entry.njk" import entryMacro %}
|
|
|
|
{{ entryMacro(ctx(), author, url, content) }}
|
|
|
|
{% layoutblock 'foot' %}
|
|
<script src="/assets/js/relative-time.js"></script>
|
|
{% endlayoutblock %}
|