docs: normalize terminology and fix metadata
Normalize "Sukr" to "sukr" in architecture.md (4 instances). Change site.toml title to lowercase. Fix template override path from page/special.html to content/special.html. Update copyright year to 2026.
This commit is contained in:
2
docs/templates/base.html
vendored
2
docs/templates/base.html
vendored
@@ -58,7 +58,7 @@
|
||||
</nav>
|
||||
<footer class="sidebar-footer">
|
||||
<a href="https://github.com/nrdxp/sukr">GitHub</a>
|
||||
<span>© 2024 nrdxp — MIT</span>
|
||||
<span>© 2026 nrdxp — MIT</span>
|
||||
</footer>
|
||||
</aside>
|
||||
<main>{% block content %}{% endblock content %}</main>
|
||||
|
||||
Reference in New Issue
Block a user