{% raw post.html %}
</div>
- {% if "lightningwirelabs.com" in post.tags and post.link %}
- <div class="row">
- <div class="col text-center">
- <a class="btn btn-lwl" href="{{ post.link }}">
- Go to Lightning Wire Labs <!-- XXX icon -->
- </a>
- </div>
- </div>
- {% end %}
-
- {% if post.release %}
- <div class="btn-toolbar justify-content-center">
+ <div class="btn-toolbar justify-content-center">
+ {% if "lightningwirelabs.com" in post.tags and post.link %}
+ <a class="btn btn-lwl" href="{{ post.link }}">
+ Go to Lightning Wire Labs <!-- XXX icon -->
+ </a>
+ {% end %}
+
+ {% if post.release %}
<a class="btn btn-primary" href="https://www.ipfire.org/download/{{ post.release.slug }}">
{{ _("Download %s now") % post.release }} <!-- XXX icon -->
</a>
<a class="btn btn-outline-primary ml-2" href="https://www.ipfire.org/donate">
<svg class="icon i_heart"><use xlink:href="#heart"/></svg> {{ _("Donate") }}
</a>
- </div>
- {% end %}
+ {% end %}
+ </div>
</div>