You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="{{- site.Language.Lang -}}">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
<section
|
|
itemscope
|
|
itemtype="https://schema.org/CreativeWork" style="display:none;">
|
|
<img
|
|
itemprop="image"
|
|
src="https://jon.kelbie.scot/images/profile1.jpg"
|
|
>
|
|
<meta
|
|
itemprop="author"
|
|
content="Jon Kelbie"
|
|
>
|
|
<meta
|
|
itemprop="audience"
|
|
content="everyone"
|
|
>
|
|
<meta
|
|
itemprop="isFamilyFriendly"
|
|
content="true"
|
|
>
|
|
<meta
|
|
itemprop="about"
|
|
content="The personal website of Jon Kelbie, a Scottish vegan who quit his career in IT to move to rural Japan and learn to become a brewer of craft beer."
|
|
>
|
|
<meta
|
|
itemprop="keywords"
|
|
content="blogger, home brewer, craft beer, craft brewer, vegan,
|
|
articles, photos, notes, Scottish, Scotland, Japan, 日本, 地域おこし協力隊,
|
|
rural life, inaka life, 田舎, rural, food, drink, alcohol, tech,
|
|
cooking, living overseas, family, personal website, indieweb, micropub,
|
|
microsub, gotosocial, syndication"
|
|
>
|
|
</section>
|
|
<section id="page">
|
|
{{ partial "navbar.html" . }}
|
|
<main>
|
|
{{- block "main" . }}{{- end }}
|
|
<aside class="profile title h-card p-author">
|
|
{{ partial "aside.html" . }}
|
|
</aside>
|
|
</main>
|
|
{{ partial "footer.html"}}
|