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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-10-23 13:34:03 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-10-23 13:34:03 +0300
commitbe983a846f85e3c005ea9070b6d7b143a828c5d9 (patch)
tree54523211b6c3d44efdbbce817573b394256ba94e /static
parent6a6a0aa92eb83e4f8c3cfc5fc729ecaffad2c63a (diff)
fix url for taxonomies and refactor template
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
-rw-r--r--static/sass/custom/layout.scss4
2 files changed, 3 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e91623f..ca10bfd 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -590,7 +590,7 @@ html {
text-align: left;
}
-.post__meta .post__meta__tags {
+.post__meta .post__meta__taxonomies {
text-align: right;
}
diff --git a/static/sass/custom/layout.scss b/static/sass/custom/layout.scss
index 23859ab..abe4883 100644
--- a/static/sass/custom/layout.scss
+++ b/static/sass/custom/layout.scss
@@ -100,7 +100,7 @@ html {
text-align: left;
}
- .post__meta__tags {
+ .post__meta__taxonomies {
text-align: right;
}
}
@@ -142,7 +142,7 @@ html {
display: table;
padding: .5em 1.5em;
width: 100%;
-
+
.headline {
padding: 0;
}