mono-3d.fr/templates/partials/head.html

15 lines
960 B
HTML
Raw Normal View History

2026-04-15 03:58:05 +02:00
<meta charset="utf-8">
<title>{% include "partials/title.html" %} - {{ config.title }}</title>
<link href="/favicon.svg" rel="icon" sizes="16x16 32x32 48x48 192x192" type="image/svg+xml">
<link href="/favicon.svg" rel="apple-touch-icon" sizes="60x60 72x72 76x76 114x114 120x120 144x144 152x152 167x167 180x180 1024x1024" type="image/svg+xml">
<link href="{{ get_url(path='css/bulma.min.css')~'?'~get_hash(path='css/bulma.min.css', sha_type=256) }}" rel="stylesheet">
2026-04-19 04:06:15 +02:00
<link rel="stylesheet" type="text/css" href="{{ get_url(path='css/phosphor/style.css') }}"/>
2026-04-15 03:58:05 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ config.author }}">
<meta property="og:locale" content="{{ doc::lang() }}">
<meta property="og:site_name" content="{{ config.title }}">
<meta property="og:title" content="{%- include "partials/title.html" -%}">
{%- if not section and not page -%}
<meta name="robots" content="noindex">
{%- endif -%}