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:
authorZack Guo <zack.y.guo@gmail.com>2018-03-26 00:42:27 +0300
committerGitHub <noreply@github.com>2018-03-26 00:42:27 +0300
commitae4670287c71f4c4aed91be9b3d3919846fd62c9 (patch)
tree5065a384bc637bb24536555a8ac0fc04701a2804
parentbc7e6f7dd816d6eec1c7d1ddd3d16d7a0f8bf565 (diff)
parent3b1f4ffb530a1a06cdbee529b20846c85ecf5fcb (diff)
Merge pull request #14 from dceoy/masterHEADmaster
Include a site title in a title tag
-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 {