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

21 γραμμές
890 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" />
<!-- <link href="/static/css/hellug.css" rel="stylesheet" /> -->
2024-06-26 17:03:26 +03:00
<link href="https://mastodon.social/@hellug" rel="me">
2021-09-13 14:51:27 +03:00
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ 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>