mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-31 04:23:42 +00:00
only display gh stars on main page (#33)
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
<a id="menu-close" href="">{% include "svgs/menu-close.svg" %}</a>
|
<a id="menu-close" href="">{% include "svgs/menu-close.svg" %}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="gh-btn"><a class="github-button" href="https://github.com/Start9Labs/start-os" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Start9Labs/start-os on GitHub">Star</a></div>
|
<div class="gh-btn {{ 'hidden' if title !== 'Sovereign Computing'}}
|
||||||
|
"><a class="github-button" href="https://github.com/Start9Labs/start-os" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Start9Labs/start-os on GitHub">Star</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
@@ -130,6 +130,10 @@ html {
|
|||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
filter: blur(0px) !important;
|
filter: blur(0px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-btn {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -356,7 +360,11 @@ nav {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
right: 2.5rem;
|
right: 2.5rem;
|
||||||
z-index: 100;
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user