diff --git a/README.md b/README.md index 2600d38..879aef7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Sam's small image board. +[Check out a sample instance here!](https://samey.badmanners.xyz/) + ## Status Still very much an early WIP. diff --git a/templates/fragments/post_details.html b/templates/fragments/post_details.html index 6aaa7b3..e399887 100644 --- a/templates/fragments/post_details.html +++ b/templates/fragments/post_details.html @@ -6,10 +6,12 @@
{{ description | markdown }}
{% endif %} + {% if can_edit %} + {% endif %}
Is public post? {% if post.is_public %}Yes{% else %}No{% endif %}
Rating