mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: hide tags for printing #93
This commit is contained in:
parent
85501d1ee7
commit
1a956aa5cf
1 changed files with 3 additions and 0 deletions
|
@ -70,3 +70,6 @@ pre {
|
||||||
#body .tab-nav-button:not(.active) {
|
#body .tab-nav-button:not(.active) {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
#head-tags {
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in a new issue