mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-21 09:14:10 +00:00
theme: remove whitespace from article #891
to avoid to be interpreted as indented code in some scenarios
This commit is contained in:
parent
5356b3b15a
commit
9f9e449be8
7 changed files with 52 additions and 52 deletions
layouts/home/views
|
@ -1,12 +1,12 @@
|
|||
|
||||
<article class="home">
|
||||
<header class="headline">
|
||||
{{- partial "content-header.html" . }}
|
||||
</header>
|
||||
<article class="home">
|
||||
<header class="headline">
|
||||
{{- partial "content-header.html" . }}
|
||||
</header>
|
||||
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
|
||||
|
||||
{{ partial "article-content.html" . }}
|
||||
<footer class="footline">
|
||||
{{- partial "content-footer.html" . }}
|
||||
</footer>
|
||||
</article>
|
||||
<footer class="footline">
|
||||
{{- partial "content-footer.html" . }}
|
||||
</footer>
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue