diff --git a/_sass/main.scss b/_sass/main.scss index 3c706c9..70673d4 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -128,6 +128,10 @@ body { font-family: ui-rounded; } +.tag-toggle { + display: none; +} + // fixing various settings for mobile devices @media only screen and (max-width: 600px) { @@ -170,6 +174,20 @@ body { padding-right: 0; } + .tag-toggle { + display: inline-block; + font-weight: normal; + color: var(--link-color); + } + + .tag-toggle-hide { + display: none; + } + + .tag-links { + display: none; + } + .footer { margin-left: 0; margin-right: 0; diff --git a/index.html b/index.html index 4f86d49..2a93d95 100644 --- a/index.html +++ b/index.html @@ -17,11 +17,33 @@

{{ site.posts | size }} articles on many different topics!

Tags: + ...+... +

+ + +