Formatting: add final newline

This commit is contained in:
vimux 2019-07-30 13:40:48 -04:00
parent 5e5759cbc6
commit c71d33abd2
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34
10 changed files with 10 additions and 10 deletions

View file

@ -2,4 +2,4 @@
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
</footer>
</body>
</html>
</html>

View file

@ -21,4 +21,4 @@
{{ end }}
</ul>
</nav>
</header>
</header>

View file

@ -6,4 +6,4 @@
{{ if .Paginator.HasNext }}
<a href="{{ .Paginator.Next.URL }}">Next Page</a>
{{ end }}
</div>
</div>

View file

@ -10,4 +10,4 @@
<a href="{{ .Permalink }}">Read more...</a>
{{ end }}
</div>
</article>
</article>