Add link to sample instance

This commit is contained in:
Bad Manners 2025-04-25 08:53:45 -03:00
parent ab43295b29
commit 432ef1a72c
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
Sam's small image board. Sam's small image board.
[Check out a sample instance here!](https://samey.badmanners.xyz/)
## Status ## Status
Still very much an early WIP. Still very much an early WIP.

View file

@ -6,10 +6,12 @@
<div id="description">{{ description | markdown }}</div> <div id="description">{{ description | markdown }}</div>
{% endif %} {% endif %}
<table> <table>
{% if can_edit %}
<tr> <tr>
<th>Is public post?</th> <th>Is public post?</th>
<td>{% if post.is_public %}Yes{% else %}No{% endif %}</td> <td>{% if post.is_public %}Yes{% else %}No{% endif %}</td>
</tr> </tr>
{% endif %}
<tr> <tr>
<th>Rating</th> <th>Rating</th>
<td> <td>