1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Fix responsiveness

This commit is contained in:
Daniel Barber 2019-10-12 21:45:57 -04:00
parent bc1b11efbe
commit 0d29726ce6
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{{ block "title" . }}
{{ .Site.Title }}

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<section class="blog-posts">
{{ range .Pages }}
<article>
<article class="post">
<h3><a href="{{.Permalink}}">{{.Title}}</a></h3>
<p>{{.Summary}}</p>
</article>