feat: added page metadata
This commit is contained in:
parent
642ee3b45a
commit
3970f98dcd
2 changed files with 9 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title }} | Volpe</title>
|
||||
<title>Volpe{% if title %} | {{ title }}{% endif %}</title>
|
||||
{% if description %}
|
||||
<meta name="description" content="{{ description }}">
|
||||
{% endif %}
|
||||
|
||||
{# Critical CSS inlined for faster initial render #}
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue