www/themes/hellug-bootstrap/layouts/partials/head.html

21 γραμμές
894 B
HTML

<!DOCTYPE html>
2024-02-09 16:48:50 +02:00
<html lang="el" data-bs-theme="auto">
<head>
<title>{{ .Title }} | HELLUG </title>
2024-02-09 16:48:50 +02:00
<meta charset="utf-8" >
<meta name="robots" content="index, follow" >
<meta name="description" content="Hellug Official Website" >
<meta name="keywords" content="Hellug" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
2024-02-09 16:48:50 +02:00
<link href="/css/bootstrap.min.css" rel="stylesheet" />
2024-06-28 17:08:28 +03:00
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
<link href="https://mastodon.social/@hellug" rel="me">
{{- range .AlternativeOutputFormats -}}
2021-09-13 14:51:27 +03:00
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
2024-06-28 17:08:28 +03:00
{{- end }}
2024-02-09 16:48:50 +02:00
<base href="">
</head>
2024-02-09 16:48:50 +02:00
<body>
<script src="/js/bootstrap.bundle.min.js"></script>