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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html2
-rw-r--r--static/css/custom.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c51c1dd..f050775 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
<!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
- <title>{{ .Title }}</title>
+ <title>{{ .Title }} - {{ .Site.Title }}</title>
<meta name="description" content="{{ .Title }}">
<meta name="author" content="{{ .Site.Author.name }}">
diff --git a/static/css/custom.css b/static/css/custom.css
index 16272a7..95125ba 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -51,6 +51,7 @@ body {
font-family: verdana,arial,helvetica,sans-serif;
list-style-type:none;
padding-left: 1em;
+ padding-bottom: 1em;
}
.posts li p{
@@ -71,7 +72,7 @@ body {
font-family: verdana,arial,helvetica,sans-serif;
color:#888;
font-size:x-small;
- margin-bottom:0;
+ margin-bottom: 1em;
}
.footnote a {