We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd9f91 commit 3570723Copy full SHA for 3570723
index.md
@@ -36,6 +36,9 @@ redirect_from: "/index.php/"
36
{% else %}
37
{{ post.content }}
38
{% endif %}
39
+ {% if post.details-url %}
40
+ <a class="btn-small waves-effect grey lighten-2 black-text" href="{{ post.details-url | relative_url }}">Details</a>
41
+ {% endif %}
42
{% capture counter %}{{ counter | append:'.' }}{% endcapture %}
43
</div>
44
0 commit comments