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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-07 02:08:33 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-07 02:08:33 +0300
commit7915f48d8aa759e5055d9960f8039215fdbbbd86 (patch)
treedc520e316fc1bedc8934d2dcca08e57e90415da2
parent58e087cf704586545abeb32fdeb26aef0e785893 (diff)
tags hyphen fixed, font weight for dates changed
-rw-r--r--layouts/partials/index/tag-bullet.html2
-rw-r--r--static/css/ramium.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/index/tag-bullet.html b/layouts/partials/index/tag-bullet.html
index a7d4bb3..e3866d6 100644
--- a/layouts/partials/index/tag-bullet.html
+++ b/layouts/partials/index/tag-bullet.html
@@ -18,7 +18,7 @@
{{ range $name := $randTags }}
<a href="{{ "/tags/" | relURL }}{{ $name | urlize }}">
<span class="tag is-dark is-large is-rounded">
- {{ $name | title }}
+ {{ replace $name "-" " " }}
</span>
</a>
{{ end }}
diff --git a/static/css/ramium.css b/static/css/ramium.css
index ddf7cce..1f6fa5f 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -61,7 +61,7 @@ input:focus::placeholder {
}
.blog .date {
- font-weight: 500;
+ font-weight: 600;
}
.blog .title {
@@ -122,7 +122,7 @@ input:focus::placeholder {
}
.blog-brief .date {
- font-weight: 500;
+ font-weight: 600;
}
.blog-brief .info {