mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
Adjust footer links
This commit is contained in:
@@ -93,6 +93,7 @@ main {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background: var(--sidebar-bg);
|
background: var(--sidebar-bg);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.footer-links {
|
.footer-links {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
@@ -102,6 +103,18 @@ main {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
.footer-permanent-links {
|
||||||
|
position: absolute;
|
||||||
|
right: 0.5rem;
|
||||||
|
bottom: 0.25rem;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
.footer-permanent-links a {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@@ -7,7 +7,7 @@ navigation:
|
|||||||
|
|
||||||
footer:
|
footer:
|
||||||
links:
|
links:
|
||||||
- text: "GitHub"
|
- text: "Custom Link 1"
|
||||||
url: "https://github.com/PR0M3TH3AN/Archivox"
|
url: "https://example.com"
|
||||||
- text: "Tip Jar"
|
- text: "Custom Link 2"
|
||||||
url: "https://nostrtipjar.netlify.app/?n=npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx"
|
url: "https://example.com/other"
|
||||||
|
@@ -7,4 +7,8 @@
|
|||||||
</nav>
|
</nav>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>© {{ config.site.title }}</p>
|
<p>© {{ config.site.title }}</p>
|
||||||
|
<div class="footer-permanent-links">
|
||||||
|
<a href="https://github.com/PR0M3TH3AN/Archivox">GitHub</a>
|
||||||
|
<a href="https://nostrtipjar.netlify.app/?n=npub15jnttpymeytm80hatjqcvhhqhzrhx6gxp8pq0wn93rhnu8s9h9dsha32lx">Tip Jar</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user