mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-05 13:04:21 -04:00
Single-page recommendations (#894)
This commit is contained in:
parent
75bd0b1358
commit
09f07f3584
5 changed files with 354 additions and 33 deletions
|
@ -2,7 +2,7 @@
|
|||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'overrides/blog.css' | url }}">
|
||||
{% endblock %}
|
||||
{% block hero %}
|
||||
{% block tabs %}
|
||||
{{ super() }}
|
||||
<style>.md-content > .md-typeset h1{visibility:hidden;font-size:0;}</style>
|
||||
<section class="mdx-container" {% if page.meta.background %}style="background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(/assets/img/blog/{{ page.meta.background }});padding-top:8rem;padding-bottom:4rem;background-size:cover;background-position:center;"{% endif %}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue