Cleaning the code

This commit is contained in:
Fundor333
2024-07-26 02:14:33 +02:00
parent 2cfab196f6
commit 280d15f553
72 changed files with 30 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
DefaultContentLanguage: en
languageCode: en
#theme: ["github.com/fundor333/macia-webmention", "github.com/fundor333/macia-image"]
#theme: ["github.com/fundor333/macia-indiweb", "github.com/fundor333/macia-image"]
disableRSS: false
enableRobotsTXT: true

View File

@@ -2,7 +2,7 @@
<html lang="{{ $.Site.LanguageCode | default " en " }}" class="theme-dark">
{{- partial "head.html" . -}}
{{- block "more_head" . }}{{- end }}
{{- partial "authentication.html" . -}}
{{- partial "macia-indiweb/authentication.html" . -}}
{{- partial "dark-light-mode.html" . -}}
<body class="container-fluid">

View File

@@ -1,2 +0,0 @@
<link rel="me" href="https://mastodon.social/@fundor333">
<link href="https://twitter.com/fundor333" rel="me">

View File

@@ -37,7 +37,7 @@
<enclosure url="{{ $featured.Permalink }}" type="image/jpg"></enclosure>
{{- end -}}
{{ partial "macia-webmention/webmention.html" . }}
{{ partial "macia-indiweb/indiweb.html" . }}
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/2f3b6e2e4c.js" crossorigin="anonymous" async></script>

View File

@@ -81,4 +81,4 @@
</div>
</nav>
{{- partial "authentication.html" . -}}
{{- partial "macia-indiweb/authentication.html" . -}}

View File

@@ -7,8 +7,8 @@
</i>
</a>
{{ end }}
<a href="https://fundor333.com/" class="u-url u-uid d-none">Fundor333</a>
<a href="{{.Site.Params.baseURL}}" class="u-url u-uid d-none">{{.Site.Params.Title}}</a>
<a href='https://webring.recurse.com' target='_blank' class="btn col-3 col-sm ">
<img loading="lazy" src='https://webring.recurse.com/icon.png' width="30" height="30" />
</a>
@@ -16,4 +16,4 @@
<img loading="lazy" width=" 30" height="30" src='https://webring.xxiivv.com/icon.white.svg' />
</a>
</div>
</div>
</div>