Add source link to footer
This commit is contained in:
parent
2966d5b979
commit
37237dc1f7
|
|
@ -42,6 +42,9 @@ function renderNav(items, prefix = []) {
|
|||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
<footer class="site-footer">2026 Hare</footer>
|
||||
<footer class="site-footer">
|
||||
<span>2026 Hare</span>
|
||||
<a href="https://gitea.hareworks.net/Hare/Decodal">Source</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -90,11 +90,14 @@ a:hover {
|
|||
}
|
||||
|
||||
.site-footer {
|
||||
align-items: center;
|
||||
border-top: 1px solid var(--border);
|
||||
color: var(--subtle);
|
||||
display: flex;
|
||||
font-size: 0.9rem;
|
||||
gap: 14px;
|
||||
justify-content: center;
|
||||
padding: 15px 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.layout {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user