From c3f80aa6cd8050d5d96bd7e7478b997258ae5f4e Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 25 Jul 2024 12:42:46 +0200 Subject: Add /hardware/pocket-computers --- blog/blog/html.py | 1 + 1 file changed, 1 insertion(+) (limited to 'blog') 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), ] -- cgit v1.2.3