mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
12 lines
No EOL
396 B
HTML
12 lines
No EOL
396 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Site.LanguageCode | default "en-us" }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
|
|
</head>
|
|
<body>
|
|
<header class="header">
|
|
<a class="logo" href="/">Binario</a>
|
|
</header> |