Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Site/themes/Niello/layouts/index.html')
-rw-r--r--Site/themes/Niello/layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/Site/themes/Niello/layouts/index.html b/Site/themes/Niello/layouts/index.html
index 382d4ca..5806ecf 100644
--- a/Site/themes/Niello/layouts/index.html
+++ b/Site/themes/Niello/layouts/index.html
@@ -13,7 +13,7 @@
<div class="ads"></div>
<div class="home">
<div class="logo">
- <h1>{{.Title}}</h1>
+ <h1><a href="/">{{.Title}}</a></h1>
</div>
<div class="navigation">
<a href="/" class="current">HOME</a>
@@ -25,9 +25,7 @@
<div class="less">
<time>Published: {{ dateFormat "Monday, Jan 2, 2006" .Params.date }}</time>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;{{ .ReadingTime }} minute read
</div>
- <div>
- <em>{{ .Summary }}</em>
- </div>
+ <div class="em">{{ .Summary }}</div>
{{ if .Truncated }}
<small><a href="{{ .RelPermalink }}">Read More &gt;&gt;</a></small>
{{ else }}