diff options
Diffstat (limited to 'templates/base.html')
| -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> |