mirror of
https://github.com/flancian/garden.git
synced 2026-08-10 16:36:19 +00:00
Make links more consistent.
This commit is contained in:
@@ -19,9 +19,13 @@
|
||||
<div class="links-flex">
|
||||
<div class="backlinks">
|
||||
<span class="backlinks-header">← back</span><br />
|
||||
{% if backlinks %}
|
||||
{% for link in backlinks %}
|
||||
<a href="/node/{{link}}">{{link}}</a><br />
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
(none)
|
||||
{% endif %}
|
||||
<br />
|
||||
</div>
|
||||
|
||||
@@ -60,9 +64,13 @@
|
||||
|
||||
<div class="forwardlinks">
|
||||
<span class="forwardlinks-header">→ forward</span><br />
|
||||
{% if forwardlinks %}
|
||||
{% for link in forwardlinks %}
|
||||
<a href="/node/{{link}}">{{link}}</a><br />
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
(none)
|
||||
{% endif %}
|
||||
<br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user