Use page.permalink in page/post H1

This commit is contained in:
Wesley Moore 2020-03-22 14:03:10 +11:00
parent ea2015c1f1
commit 3b6941f5e9
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

@ -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">