diff --git a/assets/theme.css b/assets/theme.css index 5396ff1..0f7f08d 100644 --- a/assets/theme.css +++ b/assets/theme.css @@ -94,6 +94,14 @@ main { padding: 1rem; background: var(--sidebar-bg); } +.footer-links { + margin-bottom: 0.5rem; +} +.footer-links a { + margin: 0 0.5rem; + text-decoration: none; + color: var(--text-color); +} @media (max-width: 768px) { .sidebar { position: fixed; diff --git a/docs/config.yaml b/docs/config.yaml index da16234..d2eafba 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -4,3 +4,10 @@ site: navigation: search: true + +footer: + links: + - text: "GitHub" + url: "https://github.com/yourusername/DocForge" + - text: "License" + url: "/license.html" diff --git a/templates/partials/footer.njk b/templates/partials/footer.njk index 320d877..2b89dc2 100644 --- a/templates/partials/footer.njk +++ b/templates/partials/footer.njk @@ -1,3 +1,10 @@