diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:41:34 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-07 13:41:34 +0200 |
| commit | 5d208e3cdafcaf249a754a598f2841ee2f9055ea (patch) | |
| tree | e43cccdfcf8d0974d18dfb6f7272b40182ce1728 /templates | |
| parent | 302efd0a39c1068ef0ed79cf7d5f0be52ac1f130 (diff) | |
Update page with SEO improvements
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 04120ba..d56facd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,6 +11,8 @@ <title>Rubén Beltrán del Río — {{ section.title }}</title> + <link rel="canonical" href="{{current_url | safe}}"> + <link rel="preload" href="/font/LibreCaslonCondensed[wdth,wght].woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/font/LibreCaslonCondensed-Italic[wght].woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/font/Ronzino-Medium.woff2" as="font" type="font/woff2" crossorigin> |