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:
@ -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" %}
|
||||
|
Reference in New Issue
Block a user