Skip to content

Commit

Permalink
Remove rel=author, rel=publisher tags from base template
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Dec 12, 2023
1 parent ad3f0f4 commit b90f7dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/templates/pages/abstract/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
{% block stylesheets_page %}{% endblock %}
{% endblock %}

{# Site author link #}
{% if site.uri.author %}
<link href="{% block page_author_link %}{{ site.uri.author }}{% endblock %}" rel="author" />
{% endif %}

{# Site publisher link #}
{% if site.uri.publisher %}
<link href="{% block page_publisher_link %}{{ site.uri.publisher }}{% endblock %}" rel="publisher" />
{% endif %}

{% include "pages/partials/analytics.html.twig" %}
</head>
{% endblock %}
Expand Down

0 comments on commit b90f7dc

Please sign in to comment.