summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 8c180bd..c246584 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -31,13 +31,14 @@
<div class="columns">
<div class="column">
+ <p class="title"><a class="nope" href="{{ .RelPermalink }}"> {{ .Title | title }}</a></h1>
+
<div class="content">
- <h1 class="title is-3"><a class="" href="{{ .RelPermalink }}"> {{ .Title | title }}</a></h1>
<h2 class="subtitle is-5"><time>{{ .Date.Format "January 2, 2006" }}{{ if ne .Lastmod .PublishDate }} / Updated {{ .Lastmod.Format "January 2, 2006" }}{{ end }}</time></h2>
<p class="subtitle is-4">{{.Page.Description}}</p>
<p>{{ .Summary }}</p>
{{ if .Truncated }}
- <div>
+ <div class="read-more">
<i class="fas fa fa-bookmark"></i><a class="is-italic" href="{{ .RelPermalink }}"> Read More…</a>
</p>
{{ end }}