aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-07-25 12:42:46 +0200
committeralexpdp7 <alex@corcoles.net>2024-07-25 12:45:18 +0200
commitc3f80aa6cd8050d5d96bd7e7478b997258ae5f4e (patch)
tree3520e4bf5bc6ae0be8f0b8e5e2e2fc89cbdfdce4 /blog
parent8d1e5567abdbb62d38af1b9e0ddf58e41f2de097 (diff)
Add /hardware/pocket-computers
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),
]