aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:36:50 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-07-19 20:39:41 +0200
commit614054a72e41af9e77964c01b7ab0da7dc5b27fb (patch)
tree888ab379d6852342d99f041fa5b09f4a5ece2d49 /templates/head.html
parent0e717b5dda55602aa3ef34991f9c7dd8762c678b (diff)
downloadreploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.gz
reploy-614054a72e41af9e77964c01b7ab0da7dc5b27fb.tar.bz2
make the contents completely generic
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html23
1 files changed, 2 insertions, 21 deletions
diff --git a/templates/head.html b/templates/head.html
index 2a634a2..59bbfa0 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -1,32 +1,13 @@
<head>
<meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
<title>
- {{?title}}How-To Cards: {{title}}{{/title}}
+ {{?title}}Page: {{title}}{{/title}}
{{?htag}}
Category:
{{#htag}}
{{?tag}} ยป {{tag}}{{/tag}}
- {{^tag}}All cards{{/tag}}
+ {{^tag}}All pages{{/tag}}
{{/htag}}
{{/htag}}
</title>
- <link rel="stylesheet" href="{{root}}style.css" />
- <link rel="stylesheet" href="{{root}}fonts.css" />
- <script>
- // settings for the provided by analytics.uni.lu (that drives the cookie banner)
- const settings = {
- expires: "180",
- matomoURL: "https://analytics.lcsb.uni.lu/hub/",
- siteID: "3",
- accept_all_text: "Aggregate statistics cookies accepted",
- only_necessary_text: "Only necessary cookies accepted",
- cookieName: "lap",
- bots: /bot|crawler|spider|crawling/i,
- timeout_hidebanner: "500",
- cookieDomain: window.location.hostname,
- }
- </script>
- <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
- <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css">
</head>