aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
Diffstat (limited to 'blog')
-rw-r--r--blog/blog/html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blog/html.py b/blog/blog/html.py
index dac0f897..d38fff79 100644
--- a/blog/blog/html.py
+++ b/blog/blog/html.py
@@ -21,6 +21,7 @@ def html_template(*content, page_title=None, full):
if full:
full_part = [
h.H2(meta.SUBTITLE),
+ h.P(h.A("Buscar con DuckDuckGo en esta página", href="https://html.duckduckgo.com/html/?q=site:alex.corcoles.net")),
h.P(*links),
]