2020-05-12 16:13:53 -04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
<div class="container my-5">
|
2021-05-02 20:49:21 -04:00
|
|
|
{% 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 16:13:53 -04:00
|
|
|
{{ content }}
|
2021-05-02 20:49:21 -04:00
|
|
|
{% include downloads.html %}
|
2021-05-03 23:10:05 -04:00
|
|
|
{% include hr.html %}
|
|
|
|
{% include breadcrumbs.html %}
|
2020-05-12 16:13:53 -04:00
|
|
|
{% include footer.html %}
|
|
|
|
</div>
|