mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-29 23:01:09 +00:00
Markdown conversion (#529)
Co-authored-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
@@ -3,9 +3,9 @@ layout: default
|
||||
---
|
||||
<div class="container my-5">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.description %}<p class="lead">
|
||||
{{ page.description }}
|
||||
</p>{% endif %}
|
||||
{% if page.description %}<div class="lead">
|
||||
{{ page.description | markdownify }}
|
||||
</div>{% endif %}
|
||||
{{ content }}
|
||||
{% include hr.html %}
|
||||
{% include footer.html %}
|
||||
|
@@ -35,8 +35,10 @@ layout: default
|
||||
</div>
|
||||
</div>
|
||||
<div class="container my-5">
|
||||
<div class="w-75 mx-auto">
|
||||
{{ content }}
|
||||
<div class="row justify-content-md-center">
|
||||
<div class="col-lg-7">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
{% if page.canonical or page.cover_src_publisher %}<hr class="m-5" />
|
||||
{% if page.cover_src_publisher %}<p><em>Cover photo: <a href="{{ page.cover_src }}">{{ page.cover_src_publisher }}</a>. Used with permission.</em></p>{% endif %}
|
||||
|
Reference in New Issue
Block a user