Skip to content

Commit 3570723

Browse files
committedOct 24, 2023
show details button on the frontpage
1 parent 0dd9f91 commit 3570723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎index.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ redirect_from: "/index.php/"
3636
{% else %}
3737
{{ post.content }}
3838
{% 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 %}
3942
{% capture counter %}{{ counter | append:'.' }}{% endcapture %}
4043
</div>
4144
{% endif %}

0 commit comments

Comments
 (0)
Please sign in to comment.