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:
authorguangmean <angularcorp@outlook.com>2019-01-14 10:35:48 +0300
committerguangmean <angularcorp@outlook.com>2019-01-14 10:35:48 +0300
commit460c8e63832fd6bc4046d85360548b1142787b59 (patch)
tree5ffd21d8aef267ea35890af9c15ba239d17e9297
parentf020b811672fe69283543896345a44386f115825 (diff)
Copyright for default
-rw-r--r--layouts/partials/footer.html10
-rw-r--r--static/css/diello.css6
2 files changed, 10 insertions, 6 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9f43d3f..48395dd 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,9 @@
-{{ if .Site.Params.copyright }}
<footer>
- <div>{{ .Site.Params.copyright | safeHTML }}</div>
+ <div>
+ {{ if .Site.Params.copyright }}
+ {{ .Site.Params.copyright | safeHTML }}
+ {{ else }}
+ &#xA9; 2019 by <a href="https://github.com/guangmean/Niello" target="_blank">guangmean</a>. All Rights Reserved.
+ {{ end }}
+ </div>
</footer>
-{{ end }}
diff --git a/static/css/diello.css b/static/css/diello.css
index 86c2abc..b9ef7c4 100644
--- a/static/css/diello.css
+++ b/static/css/diello.css
@@ -37,7 +37,7 @@ h3 {
margin : 0;
padding : 0;
font-family : Museo300;
- font-size : 22px;
+ font-size : 20px;
}
a {
@@ -80,7 +80,7 @@ small > a:hover {
}
.em {
- font-size : 20px;
+ font-size : 18px;
}
footer {
@@ -128,7 +128,7 @@ footer {
justify-content : flex-end;
margin : 0 0 50px;
padding : 0;
- font-size : 22px;
+ font-size : 20px;
border-bottom : 1px solid #333;
height : 38px;
}