mykiwi/mykiwi.blogpublic Fork 0
f8c7bc5befe025e055b2734f5317ed645047d40e
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

site-foot.html · 32 lines · 1.3 KBHTML Blame HistoryRaw
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 21h ago1<footer class="site-foot column">
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 17h ago2 <span>{{ i18n "licenseText" }} <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></span>
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 21h ago3 <span class="sep" aria-hidden="true">&middot;</span>
4 <span>
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 17h ago5 <a class="rss" href="{{ "index.xml" | relLangURL }}" title="{{ i18n "subscribeRSS" }}" hx-boost="false">
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 21h ago6 <svg viewBox="0 0 24 24" aria-hidden="true">
7 <path d="M4 11a9 9 0 0 1 9 9h-2.5A6.5 6.5 0 0 0 4 13.5V11z" />
8 <path d="M4 4a16 16 0 0 1 16 16h-2.5A13.5 13.5 0 0 0 4 6.5V4z" />
9 <circle cx="5.5" cy="18.5" r="2" />
10 </svg>
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 17h ago11 {{ i18n "rssLabel" }}
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 21h ago12 </a>
13 </span>
Add French/Portuguese/Japanese support, block indexing until launch f8c7bc5 Romain Gautier 17h ago14 {{- $translations := .AllTranslations }}
15 {{- if gt (len $translations) 1 }}
16 <span class="sep" aria-hidden="true">&middot;</span>
17 <span class="lang-switch">
18 {{- range sort $translations "Language.Weight" }}
19 {{- if eq .Lang $.Lang }}
20 <span class="lang-switch__current">{{ .Language.Label }}</span>
21 {{- else }}
22 <a href="{{ .Permalink }}" hreflang="{{ .Lang }}" hx-boost="false">{{ .Language.Label }}</a>
23 {{- end }}
24 {{- end }}
25 </span>
26 {{- end }}
Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 Romain Gautier 21h ago27 {{ with site.Params.nixstorepath }}
28 <span class="store-path-row">
29 <code class="store-path" title="This site was built by Nix">{{ . }}</code>
30 </span>
31 {{ end }}
32</footer>