mirror of
https://github.com/wezm/wezm.net.git
synced 2025-04-08 20:50:42 +00:00
Format page template main article
This commit is contained in:
parent
08b8a7a603
commit
13f34d365b
1 changed files with 36 additions and 36 deletions
|
@ -42,7 +42,7 @@
|
|||
</nav>
|
||||
|
||||
<main>
|
||||
<article id="{{ page.slug }}">
|
||||
<article id="{{ page.slug }}">
|
||||
<h2>
|
||||
<a href="{{ page.permalink }}">{{ page.title }}</a>
|
||||
</h2>
|
||||
|
@ -80,6 +80,6 @@
|
|||
or <a href="mailto:wes@wezm.net">send me an email</a>.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</article>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue