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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-18 17:37:40 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-18 17:37:40 +0300
commit14fcbb9c055f045f7122f553ebd49ae338e21761 (patch)
treef1bcf2c20731539473d21251100ca05caf389e43
parenta57a3d8f02254ce5d883a7372a1a70d9fb29f8fe (diff)
fix: style:
-rw-r--r--assets/css/main.scss1
-rw-r--r--layouts/partials/head.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 4eb6f6f..2ebaaa0 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -345,6 +345,7 @@ body {
}
.other_posts {
+ padding: 0 0.5em;
.next {
width: 50%;
text-align: right;
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1b9021a..fe5371f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,7 +12,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ `apple-touch-icon.png` | relURL }}" />
<link rel="icon" type="image/png" sizes="32x32" href="{{ `favicon-32x32.png` | relURL }}" />
<link rel="icon" type="image/png" sizes="16x16" href="{{ `favicon-16x16.png` | relURL }}" />
- <link rel="manifest" href="{{ `manifest.json | relURL` }}" />
+ <link rel="manifest" href="{{ `manifest.json` | relURL }}" />
<meta name="theme-color" content="#ffffff" />
<!-- Reset -->