We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55336c1 commit d475000Copy full SHA for d475000
templates/blog-post.html
@@ -3,6 +3,7 @@
3
{% block header %}{{ this.parent.title }}{% endblock %}
4
{% block body %}
5
<h2 class="mb-0">{{ this.title }}</h2>
6
+ {{ check_file('content' + this.parent.parent.path + '/authors/' + this.author + '/contents.lr') }}
7
<p class="meta text-muted mt-0">by <a href="{{ this.parent.parent.children.get('authors').path + '/' + this.author }}">{{ this.author }}</a>
8
on {{ this.pub_date|dateformat('EEEE, yyyy ''MMMM d') }}</p>
9
<div class="body">{{ this.body }}</div>
0 commit comments