We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42151f5 + 483aedb commit d523112Copy full SHA for d523112
_layouts/single.html
@@ -33,7 +33,7 @@
33
{% if page.title %}
34
{% comment %}<!-- <h1 id="page-title" class="page__title p-name {% if page.subtitle == null and page.description == null %} page__title_decoration{% endif %}" itemprop="headline"> -->{% endcomment %}
35
<h1 id="page-title" class="page__title p-name page__title_decoration" itemprop="headline">
36
- <a href="{{ page.url | absolute_url }}" class="u-url nav-link" itemprop="url">{{ page.title | liquify | markdownify | remove: "<p>" | remove: "</p>" }}</a>
+ <a href="{{ page.url | relative_url }}" class="u-url nav-link" itemprop="url">{{ page.title | liquify | markdownify | remove: "<p>" | remove: "</p>" }}</a>
37
</h1>
38
{% endif %}
39
{% comment %}<!--
0 commit comments