commit 28e2e5e04798543acc30ed0a7d2de7dfa93d6e92 parent 5ff6ecdb511b481021c5fa3d0029ab4c2bda268c Author: Yohanes Bandung Bondowoso <hi@ybbond.id> Date: Fri, 2 Apr 2021 02:15:42 +0700 refactor: enable aperture sign in Diffstat:
| M | layouts/_default/baseof.html | | | 38 | +++++++++++++++++--------------------- |
| M | layouts/partials/head/auth-links.html | | | 5 | +---- |
2 files changed, 18 insertions(+), 25 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html @@ -1,23 +1,19 @@ <!DOCTYPE html> -<html ⚡ - lang="{{ .Site.LanguageCode | default "en-us" }}" - class="theme-dark" - id="main-theme" -> - <head> - {{ partial "head/head.html" . }} - </head> - <body> - <header class="header"> - {{ partial "header/header.html" . }} - </header> - <main class="main"> - {{ block "main" . }}{{ end }} - </main> - <hr class="footer__separator"> - <footer class="footer"> - {{ partial "footer/footer.html" . }} - </footer> - {{ partial "components/goatcounter.html" . }} - </body> +<html lang="{{ .Site.LanguageCode | default "en-us" }}"> +<head> + {{ partial "head/head.html" . }} +</head> +<body> + <header class="header"> + {{ partial "header/header.html" . }} + </header> + <main class="main"> + {{ block "main" . }}{{ end }} + </main> + <hr class="footer__separator"> + <footer class="footer"> + {{ partial "footer/footer.html" . }} + </footer> + {{ partial "components/goatcounter.html" . }} +</body> </html> diff --git a/layouts/partials/head/auth-links.html b/layouts/partials/head/auth-links.html @@ -1,10 +1,8 @@ <link rel="webmention" href="https://webmention.io/ybbond.id/webmention" /> <link rel="pingback" href="https://webmention.io/ybbond.id/xmlrpc" /> -<!-- <link rel="authorization_endpoint" href="https://indieauth.com/auth"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> ---> <link rel="microsub" href="https://aperture.p3k.io/microsub/603"> @@ -17,4 +15,4 @@ <link rel="openid.delegate" href="https://ybbond.id/" /> -<link rel="openid.server" href="https://openid.indieauth.com/openid" />- \ No newline at end of file +<link rel="openid.server" href="https://openid.indieauth.com/openid" />