summaryrefslogtreecommitdiff
path: root/_content/template.gohtml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-10 23:33:38 +0700
committerShulhan <ms@kilabit.info>2022-07-14 00:55:07 +0700
commit70b8e485a8070b937ec54449c2505b6c677d925e (patch)
tree6d46e07d800a883b290daeb7e000a022d55b397e /_content/template.gohtml
parenteaae2fa84f0ae3f28b9a78cee05c32a44aab386a (diff)
downloadkilabit.info-70b8e485a8070b937ec54449c2505b6c677d925e.tar.xz
_content: update copyright years to 2007-2022
Diffstat (limited to '_content/template.gohtml')
-rw-r--r--_content/template.gohtml88
1 files changed, 44 insertions, 44 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml
index c769552..88458ae 100644
--- a/_content/template.gohtml
+++ b/_content/template.gohtml
@@ -1,65 +1,65 @@
<!DOCTYPE html>
<html>
-
-<head>
+ <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#375EAB" />
<title>{{.Title}}</title>
- <link href="/index.css" rel="stylesheet" type="text/css" media="all">
-</head>
+ <link href="/index.css" rel="stylesheet" type="text/css" media="all" />
+ </head>
-<body>
- <img class="background" src="/assets/images/maple-leaf-transparent-540.png" />
+ <body>
+ <img
+ class="background"
+ src="/assets/images/maple-leaf-transparent-540.png"
+ />
<div class="topbar">
- <div class="topbar-left">
- <div>
- <a href="/">kilabit.info</a>
- </div>
- <span class="topbar-info" title="Pick 2!">
- Simple | Small | Stable | Secure
- </span>
+ <div class="topbar-left">
+ <div>
+ <a href="/">kilabit.info</a>
</div>
+ <span class="topbar-info" title="Pick 2!">
+ Simple | Small | Stable | Secure
+ </span>
+ </div>
- <div class="topbar-right">
- <a href="https://sr.ht/~shulhan" target="_blank">
- <span class="sourcehut-icon">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
- <path d="M256 8C119 8 8 119 8 256s111 248 248 248
+ <div class="topbar-right">
+ <a href="https://sr.ht/~shulhan" target="_blank">
+ <span class="sourcehut-icon">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
+ <path
+ d="M256 8C119 8 8 119 8 256s111 248 248 248
248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256
- 56s200 89.5 200 200-89.5 200-200 200z">
- </path>
- </svg>
- </span>
- </a>
- <a href="https://github.com/shuLhan" target="_blank">
- <img src="/assets/images/github.svg" />
- </a>
- <a href="https://twitter.com/_shuLhan" target="_blank">
- <img src="/assets/images/twitter.svg" />
- </a>
- </div>
+ 56s200 89.5 200 200-89.5 200-200 200z"
+ ></path>
+ </svg>
+ </span>
+ </a>
+ <a href="https://github.com/shuLhan" target="_blank">
+ <img src="/assets/images/github.svg" />
+ </a>
+ <a href="https://twitter.com/_shuLhan" target="_blank">
+ <img src="/assets/images/twitter.svg" />
+ </a>
+ </div>
</div>
<div class="page">
- <div class="container">
- {{.Body}}
- </div>
- <!-- .container -->
+ <div class="container">{{.Body}}</div>
+ <!-- .container -->
</div>
<!-- .page -->
<div class="footer">
- <div>
- Copyright 2020, Shulhan &lt;m.shulhan@gmail.com&gt;. All rights
- reserved.
- </div>
- <div>
- Powered by
- <a href="https://sr.ht/~shulhan/ciigo" target="_blank">ciigo</a>
- </div>
+ <div>
+ Copyright 2007-2022, Shulhan &lt;m.shulhan@gmail.com&gt;. All rights
+ reserved.
+ </div>
+ <div>
+ Powered by
+ <a href="https://sr.ht/~shulhan/ciigo" target="_blank">ciigo</a>
+ </div>
</div>
-</body>
-
+ </body>
</html>