We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39da9dd commit a40fa35Copy full SHA for a40fa35
2 files changed
overrides/main.html
@@ -0,0 +1,9 @@
1
+{% extends "base.html" %}
2
+
3
+{% block announce %}
4
+ 📣 💼 Maintainer update: I'm open to opportunities.
5
+ <a href="https://koxudaxi.dev/?utm_source=dm-docs&utm_medium=announce&utm_campaign=open_to_work"
6
+ target="_blank" rel="noopener">
7
+ 🔗 koxudaxi.dev
8
+ </a>
9
+{% endblock %}
zensical.toml
@@ -70,6 +70,7 @@ nav = [
70
]
71
72
[project.theme]
73
+custom_dir = "overrides"
74
features = [
75
"content.code.copy",
76
"content.code.annotate",
@@ -80,7 +81,8 @@ features = [
80
81
"navigation.expand",
82
"search.highlight",
83
"search.share",
- "toc.follow"
84
+ "toc.follow",
85
+ "announce.dismiss"
86
87
88
[project.theme.icon]
0 commit comments