mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-28 22:31:07 +00:00
Big layout improvements
Collections make more sense, added an edit button
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<img src="{{ post.logo }}" alt="{{ post.name }} logo" class="py-5 w-75">
|
||||
</div>
|
||||
<div class="col-12 col-sm-8 col-md-9 text-center text-md-left">
|
||||
<h2>{{ post.name }}</h2>
|
||||
<h2>{{ post.title }}</h2>
|
||||
{% if post.info %} <p class="badge badge-info"><i class="fad fa-info-circle"></i> {{ post.info }}</p>{% endif %}
|
||||
{% if post.warning %} <p class="badge badge-warning"><i class="fad fa-exclamation-triangle"></i> {{ post.warning }}</p>{% endif %}
|
||||
{{ post.short | markdownify }}
|
||||
{{ post.description | markdownify }}
|
||||
<p>
|
||||
{% if post.platform_win %}<a href="{{ post.platform_win }}"><i class="fab fa-windows fa-fw h2"></i></a>{% endif %}
|
||||
{% if post.platform_mac %}<a href="{{ post.platform_mac }}"><i class="fab fa-apple fa-fw h2"></i></a>{% endif %}
|
||||
|
Reference in New Issue
Block a user