technicalsuwako.moe/site.tmpl

89 行
4.1 KiB
Cheetah
Raw 通常表示 履歴

2022-05-20 03:31:28 +09:00
{{ define "header" }}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2022-03-31 02:06:42 +09:00
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
2022-01-27 14:12:21 +09:00
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="author" content="{{ html .Site.Other.Author }}" />
2022-02-02 02:09:29 +09:00
<meta name="description" content="デジタル自主のロリ神様" />
2022-01-27 14:12:21 +09:00
<link rel="alternate" type="application/atom+xml" title="{{ html .Site.Other.Title }} feed" href="{{ .Rel "blog.atom" }}" />
<title>{{ .Site.Other.Title }}{{ if .Title }}: {{ .Title }}{{ end }}</title>
<link rel="stylesheet" type="text/css" href="{{ .Rel "static/style.css" }}" />
</head>
<body>
2022-03-24 14:43:39 +09:00
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
2022-03-16 16:05:12 +09:00
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>
2022-03-31 02:06:42 +09:00
{{ end }}
2022-05-20 03:31:28 +09:00
{{ define "container" }} <div class="container">
2022-02-14 22:32:12 +09:00
<img src="/static/Eqjk_WgVQAE2psn-new.jpeg" class="header-img" alt="ヘッダー" />
2022-03-31 02:06:42 +09:00
{{ end }}
2022-01-27 14:12:21 +09:00
2022-03-31 02:06:42 +09:00
{{ define "footer" }}
2022-02-14 22:32:12 +09:00
<hr />
2022-03-26 03:17:21 +09:00
<a href="https://github.com/piranha/gostatic">gostatic</a>で創作しました。<a href="https://git.076.ne.jp/TechnicalSuwako/StaticSuwako"><img src="/static/git.png" alt="Git" /></a>
2022-03-31 02:06:42 +09:00
<a href="http://validator.w3.org/check?uri=https%3A%2F%2Fwww.technicalsuwako.jp%2F">
<img src="/static/valid-xhtml11.png" alt="Valid XHTML 1.1" height="31" width="88" />
2022-03-31 02:06:42 +09:00
</a>
<a href="https://jigsaw.w3.org/css-validator/validator?lang=ja&amp;profile=none&amp;uri=https%3A%2F%2Fwww.technicalsuwako.jp%2F&amp;usermedium=all&amp;vextwarning=&amp;warning=1">
<img style="border:0;width:88px;height:31px" src="/static/valid-css.png" alt="正当なCSSです!" />
2022-03-31 02:06:42 +09:00
</a>
<a href="https://anybrowser.org/campaign/images/button_enhanced.gif">
<img style="border:0;width:88px;height:31px" src="/static/any1.gif" alt="どっちでもブラウザで表示出来ます!" />
2022-03-31 02:06:42 +09:00
</a>
2022-04-03 01:34:33 +09:00
<a href="http://www.catb.org/hacker-emblem/">
<img src="/static/hacker.png" alt="hacker emblem" />
2022-04-03 01:34:33 +09:00
</a>
2022-02-14 22:32:12 +09:00
</div>
2022-01-27 14:12:21 +09:00
</body>
</html>
{{ end }}
2022-05-20 03:31:28 +09:00
{{define "date"}}{{ .Format "2006年01月02日" }}{{end}}
2022-01-27 14:12:21 +09:00
2022-05-20 03:31:28 +09:00
{{ define "page" }}{{ template "header" . }}{{ template "container" . }} <p>
<a href="/">トップ</a> |
<a href="/about/">自己紹介</a> |
<a href="/contact/">連絡先</a> |
<a href="/skill/">スキル</a> |
<a href="/portfolio/">ポートフォリオ</a> |
2022-05-20 03:31:28 +09:00
<a href="/service/">サービス</a> |
<a href="/webring/">リング</a> |
<a href="/i2pabout/">I2Pについて</a>
</p>
<p>
<a href="/blog.atom"><img src="/static/rssa.png" alt="RSS" />で登録</a> |
<a href="https://social.076.ne.jp/TechnicalSuwako"><img src="/static/mastodon.png" alt="Mastodon" />/<img src="/static/pleroma.png" alt="Pleroma" />でフォロー</a> |
<a href="https://video.076.ne.jp/c/technicalsuwako"><img src="/static/peertube.png" alt="PeerTube" />で登録</a> |
<a href="https://www.technicalsuwako.jp"><img src="/static/clearnet.png" alt="一般ネット" /></a> |
<a href="http://6qiatzlijtqo6giwvuhex5zgg3czzwrq5g6yick3stnn4xekw26zf7qd.onion/"><img src="/static/tor.png" alt="Tor" /></a> |
<a href="http://technicalsuwako.i2p/"><img src="/static/i2p.png" alt="I2P" /></a>
</p>
<p>
支援♡:
<a href="/support/monero/"><img src="/static/monero.png" alt="Monero" /></a>
</p>
<hr />
{{ .Content }} {{ template "footer" . }}{{ end }}
2022-01-27 14:12:21 +09:00
2022-05-20 03:31:28 +09:00
{{ define "post" }}<div class="header">
<h1>{{ .Title }}</h1>
<a href="/">トップページに戻る</a>
<div class="info">
{{ .Other.Author }}、
{{ template "date" .Date }} &mdash;
{{ range $i, $t := .Tags }}{{if $i}},{{end}}
<a href="/tags/{{ $t }}/">{{ $t }}</a>{{ end }}
</div>
2022-01-27 14:12:21 +09:00
</div>
2022-05-20 03:31:28 +09:00
<hr />
<div class="section">
{{ .Content }} </div>{{ end }}
2022-01-27 14:12:21 +09:00
{{define "tag"}}
# {{ .Title }} でタグ付いているページ
{{ range .Site.Pages.WithTag .Title }}
- [{{ .Title }}](../../{{ .Url }})
{{ end }}
{{ end }}