1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

update(blog)!: Proton Wallet review (#2750)

This commit is contained in:
2024-09-07 13:54:21 -05:00
parent a334e449cb
commit a2528d9d2c
16 changed files with 509 additions and 10 deletions

View File

@ -24,7 +24,7 @@
{% if page and page.meta and page.meta.cover %}
<div class="cover center-cropped">
<img src="{{ 'assets/img/cover/' | url }}{{ page.meta.cover }}" alt="">
<img itemprop="image" src="{{ 'assets/img/cover/' | url }}{{ page.meta.cover }}" alt="">
</div>
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
@ -40,7 +40,9 @@
{% endif %}
<!-- Page content -->
<div itemprop="articleBody">
{{ page.content }}
</div>
<!-- Source file information -->
{% include "partials/source-file.html" %}