privacyguides.org/_layouts/recommendation.html

27 lines
984 B
HTML
Raw Normal View History

2020-05-12 20:13:53 +00:00
---
layout: default
---
<div class="container my-5">
{% include breadcrumbs.html %}
<div class="d-flex flex-row my-5 align-items-center">
{% if page.logo %}<div class="w-50 d-none d-lg-block text-center">
<img src="{{ page.logo }}" alt="{{ page.title }} logo" width="128px" height="128px" class="">
</div>{% endif %}
<div class="flex-fill">
{% if page.type == "Anti-Recommendation" %}<p>{% include badge.html
color="danger"
text="Anti-Recommendation"
icon="fas fa-times-octagon"
%}</p>{% endif %}
<h1>{{ page.title }}</h1>
{% if page.description %}{{ page.description | markdownify }}{% endif %}
{% if page.website %}<a href="{{ page.website }}" class="btn btn-primary mt-2">Visit {{ page.website | remove:'https://' | split:'/' | first }}</a>{% endif %}
</div>
</div>
2020-05-12 20:13:53 +00:00
{{ content }}
{% include downloads.html %}
2021-05-04 03:10:05 +00:00
{% include hr.html %}
{% include breadcrumbs.html %}
2020-05-12 20:13:53 +00:00
{% include footer.html %}
</div>