more indyweb customisation

Working with guide at
https://www.amitgawande.com/indiewebify-hugo-website
This commit is contained in:
Jeremy Kidwell 2018-08-18 11:33:42 -06:00
parent d3bd909a5c
commit 854a210d6b
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,12 @@
<!-- Google Analytics -->
<p class="h-card vcard">
<a style="text-decoration: none" href={{ .Site.BaseURL }} class="p-name u-url url author metatag" rel="me">
{{ .Site.Author.name }}
</a> /
<a class="p-nickname u-email email metatag" rel="me" href="mailto:{{ .Site.Author.email }}">
{{ .Site.Author.nick }}
</a>
<img class="u-photo" src="img/headshot.png" alt="" />
</p>
</body>
</html>

View File

@ -14,5 +14,6 @@
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon.ico" />
<!-- RSS -->
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
</script>
</head>