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:
parent
50d4830a8f
commit
c7d9c335cd
@ -1,4 +1,5 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>
|
<title>
|
||||||
{{ block "title" . }}
|
{{ block "title" . }}
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<section class="blog-posts">
|
<section class="blog-posts">
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<article>
|
<article class="post">
|
||||||
<h3><a href="{{.Permalink}}">{{.Title}}</a></h3>
|
<h3><a href="{{.Permalink}}">{{.Title}}</a></h3>
|
||||||
<p>{{.Summary}}</p>
|
<p>{{.Summary}}</p>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user