generated from hjess/PythonTemplateProject
Meta tags
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 39s
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
<!-- Dynamisk titel for SEO -->
|
||||||
<meta charset="utf-8" />
|
<title>{% block title %} - {{ page_title }}{% endblock %}</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<!-- Karakter-encoding -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<!-- Responsivt layout -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||||
|
<!-- Beskrivelse til søgemaskiner -->
|
||||||
|
<meta name="description" content="{{ meta_description | default('Din ultimative guide til Portugal og vores rejse mod en frisk start.') }}">
|
||||||
|
<!-- Nøgleord til søgemaskiner -->
|
||||||
|
<meta name="keywords" content="{{ meta_keywords | default('Portugal, FAQ, Rejser, Henrik, Erika, Flytte til Portugal, Livskvalitet') }}">
|
||||||
|
<!-- Forfatter -->
|
||||||
|
<meta name="author" content="Henrik og Erika">
|
||||||
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}">
|
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}">
|
||||||
</head>
|
</head>
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
|
|||||||
Reference in New Issue
Block a user