mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Use page.permalink in page/post H1
This commit is contained in:
parent
ea2015c1f1
commit
3b6941f5e9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<article id="{{page.slug }}">
|
<article id="{{page.slug }}">
|
||||||
<h2>
|
<h2>
|
||||||
<a href="/{{ page.path }}">{{ page.title }}</a>
|
<a href="{{ page.permalink }}">{{ page.title }}</a>
|
||||||
</h2>
|
</h2>
|
||||||
{% if page.date %}
|
{% if page.date %}
|
||||||
<div class="post-metadata">
|
<div class="post-metadata">
|
||||||
|
|
Loading…
Reference in a new issue