diff options
Diffstat (limited to 'layouts/index.html')
| -rw-r--r-- | layouts/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 5f5b88d..e2888db 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -32,8 +32,9 @@ <div class="columns"> <div class="column"> <div class="content"> - <h1 class="title"><a class="" href="{{ .RelPermalink }}"> {{ .Title | title }}</a></h1> + <h1 class="title is-3"><a class="" href="{{ .RelPermalink }}"> {{ .Title | title }}</a></h1> <h2 class="subtitle is-5"><time>{{ .Date.Format "Jan 2, 2006" }}</time></h2> + <p class="subtitle is-4">{{.Page.Description}}</p> <p>{{ .Summary }}</p> {{ if .Truncated }} <div> |
