mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
Inital
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<meta charset="UTF-8">
|
||||
<title> {{ .Site.Params.browserTitle }} :: {{ .Title }} </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{{ partial "topbar.html" . }}
|
||||
|
||||
<main>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "bottombar.html" . }}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user