Browse Source

fixed h-card

master
jk 4 years ago
parent
commit
c499991b5d
  1. 13
      themes/anatole/layouts/_default/baseof.html

13
themes/anatole/layouts/_default/baseof.html

@ -1,16 +1,13 @@
<!DOCTYPE html>
<html lang="{{- site.Language.Lang -}}">
{{- partial "head.html" . -}}
<header>
<div class="h-card p-author" style="display: none;">
<a rel="author" class= "p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿</a>
<p class="p-note">Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him</p>
<img class="u-photo" src="/images/profile.jpg" />
</div>
</header>
<body>
<input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
<div class="h-card p-author" style="display: none;">
<a rel="author" class= "p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿</a>
<p class="p-note">Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him</p>
<img class="u-photo" src="/images/profile.jpg" />
</div>
<div id="page">
{{- partial "sidebar.html" . -}}
{{ partial "navbar.html" . }}