Merge pull request #3957 from evazion/fix-related-tags

Related tags: build html server-side, eliminate cookies
This commit is contained in:
Albert Yi
2018-10-24 17:34:14 -07:00
committed by GitHub
24 changed files with 282 additions and 426 deletions

View File

@@ -3,8 +3,10 @@
div#related-tags-container {
padding-right: 2em;
h1 {
font-size: $h3_size;
&.visible a#show-related-tags-link,
&.hidden a#hide-related-tags-link,
&.hidden div.related-tags {
display: none;
}
}