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-12 09:39:30 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-12 09:39:30 +0300
commit6f857d3399f83390d07f4ea8c5168752642d7e20 (patch)
tree65068eb23e6836ccc57d8135eededf07c1aaeab2 /layouts
parent0f4de80c34fd8a5780d67bdf76d868158e5fb397 (diff)
opt: mobile style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 323abde..36810c1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -14,7 +14,7 @@
</a>
</li>
{{ end }}
- <li><a href="{{ .Site.RSSLink }}" type="application/rss+xml">RSS</a></li>
+ <li class="hide-sm"><a href="{{ .Site.RSSLink }}" type="application/rss+xml">RSS</a></li>
</ul>
</nav>
</div>