more indyweb customisation
Working with guide at https://www.amitgawande.com/indiewebify-hugo-website
This commit is contained in:
parent
d3bd909a5c
commit
854a210d6b
|
@ -1,5 +1,12 @@
|
||||||
|
<p class="h-card vcard">
|
||||||
<!-- Google Analytics -->
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon.ico" />
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}/favicon.ico" />
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue