You've already forked golang-base-project
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="{{ call .Trans "en" }}" class="h-100">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Markus Tenghamn">
|
|
<title>{{ .Title }} - {{ call .Trans "site_name" }}</title>
|
|
|
|
<link rel="canonical" href="https://golangbase.com">
|
|
|
|
<link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png?c={{ .CacheParameter }}"
|
|
sizes="180x180">
|
|
<link rel="icon" href="/assets/images/favicon-32x32.png?c={{ .CacheParameter }}" sizes="32x32"
|
|
type="image/png">
|
|
<link rel="icon" href="/assets/images/favicon-16x16.png?c={{ .CacheParameter }}" sizes="16x16"
|
|
type="image/png">
|
|
<link rel="manifest" href="/assets/images/site.webmanifest?c={{ .CacheParameter }}">
|
|
<link rel="icon" href="/assets/images/favicon.ico?c={{ .CacheParameter }}">
|
|
<meta name="theme-color" content="#2E61B8">
|
|
<link href="/assets/css/main.css?c={{ .CacheParameter }}" rel="stylesheet">
|
|
</head>
|
|
|
|
<body class="d-flex flex-column h-100"> |