We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1d152 commit ec9f1abCopy full SHA for ec9f1ab
templates/blog-post.html
@@ -10,7 +10,8 @@ <h2 class="mb-0">{{ this.title }}</h2>
10
<p class="meta mt-0 mb-0"><span class="text-muted">Categories: </span>
11
{% if this.categories|length %}
12
{% for category in this.categories %}
13
- <strong>{{ category }}</strong>{{ "," if not loop.last }}
+ {{ check_file('content' + this.parent.parent.path + '/categories/' + category + '/contents.lr') }}
14
+ <a href=" {{ this.parent.parent.path + '/categories/' + category }} ">{{ category }}</a>{{ "," if not loop.last }}
15
{% endfor %}
16
{% else %}
17
none
0 commit comments