Compare commits
No commits in common. "02638d7bed50345a379e1236e52398ec0051406a" and "2b823366719bb0cda117f93407e54e44c0680a45" have entirely different histories.
02638d7bed
...
2b82336671
3 changed files with 2 additions and 12 deletions
1
LICENSE
1
LICENSE
|
@ -1,7 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2018 南小北
|
Copyright (c) 2018 南小北
|
||||||
Copyright (c) 2023 Malte Bublitz
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -2,11 +2,8 @@
|
||||||
class="opaco mx-auto flex h-[4.5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60"
|
class="opaco mx-auto flex h-[4.5rem] max-w-3xl items-center px-8 text-[0.9em] opacity-60"
|
||||||
>
|
>
|
||||||
<div class="mr-auto">
|
<div class="mr-auto">
|
||||||
<!--
|
|
||||||
© {{ now.Year }}
|
© {{ now.Year }}
|
||||||
<a class="link" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
<a class="link" href="{{ `` | absURL }}">{{ site.Title }}</a>
|
||||||
-->
|
|
||||||
{{ site.Copyright | safeHTML }} | <a href="/impressum/">Impressum & Datenschutzerklärung</a>
|
|
||||||
</div>
|
</div>
|
||||||
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
|
<a class="link mx-6" href="https://gohugo.io/" rel="noopener" target="_blank"
|
||||||
>Powered by Hugo️️</a
|
>Powered by Hugo️️</a
|
||||||
|
|
|
@ -75,16 +75,10 @@
|
||||||
|
|
||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
{{ range .AlternativeOutputFormats }}
|
{{ range .AlternativeOutputFormats }}
|
||||||
<!--<link
|
|
||||||
rel="{{ .Rel }}"
|
|
||||||
type="{{ .MediaType.Type }}"
|
|
||||||
href="{{ .Permalink }}"
|
|
||||||
title="{{ site.Title }}"
|
|
||||||
/>-->
|
|
||||||
<link
|
<link
|
||||||
rel="{{ .Rel }}"
|
rel="{{ .Rel }}"
|
||||||
type="{{ .MediaType.Type }}"
|
type="{{ .MediaType.Type }}"
|
||||||
href="/blog/index.xml"
|
href="{{ .Permalink }}"
|
||||||
title="{{ site.Title }}"
|
title="{{ site.Title }}"
|
||||||
/>
|
/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue