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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue