1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

docs(blog): Re-add profile info to blog authors (#2717)

Co-authored-by: blacklight447 <github.ef27z@simplelogin.com>
This commit is contained in:
2024-08-20 07:43:40 -05:00
committed by GitHub
parent 5591ac8697
commit 367b9e548d
22 changed files with 51 additions and 13 deletions

View File

@ -77,7 +77,12 @@
<link rel="stylesheet" href="{{ config.extra.privacy_guides.translation_stylesheet | url }}" />
{% endif %}
<meta name="robots" content="max-snippet:-1, max-image-preview:large">
{% if page and page.meta and page.meta.robots %}
<meta name="robots" content="{{ page.meta.robots }}">
{% else %}
<meta name="robots" content="max-snippet:-1, max-image-preview:large">
{% endif %}
<meta name="fediverse:creator" content="privacyguides@neat.computer" />
{% if config.extra.context == "production" %}