Add link to sample instance
This commit is contained in:
parent
ab43295b29
commit
432ef1a72c
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -6,10 +6,12 @@
|
|||
<div id="description">{{ description | markdown }}</div>
|
||||
{% endif %}
|
||||
<table>
|
||||
{% if can_edit %}
|
||||
<tr>
|
||||
<th>Is public post?</th>
|
||||
<td>{% if post.is_public %}Yes{% else %}No{% endif %}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
<tr>
|
||||
<th>Rating</th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue