Adapt site to latest hugo version 0.147.1

This commit is contained in:
Andreas Deininger 2025-05-05 20:24:38 +02:00
parent 9e6b7b22a9
commit ee9191560c
5 changed files with 5 additions and 9 deletions

View File

@ -21,7 +21,7 @@ To enable emoji globally, set `enableEmoji` to `true` in your site's [configurat
<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p> <p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
<br> <br>
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes. The [Emoji cheat sheet](https://www.webfx.com/tools/emoji-cheat-sheet/) is a useful reference for emoji shorthand codes.
*** ***

View File

@ -21,9 +21,9 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
--- ---
## Twitter Simple Shortcode ## X Simple Shortcode
{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}} {{< x user="DesignReviewed" id="1085870671291310081" >}}
<br> <br>
@ -37,10 +37,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
{{< bilibili av498363026 >}} {{< bilibili av498363026 >}}
## Gist Shortcode
{{< gist spf13 7896402 >}}
## Gitlab Snippets Shortcode ## Gitlab Snippets Shortcode
{{< gitlab 2349278 >}} {{< gitlab 2349278 >}}

View File

@ -1,5 +1,5 @@
<div class="disqus-container"> <div class="disqus-container">
{{ template "_internal/disqus.html" . }} {{ partial "disqus.html" . }}
</div> </div>
<style> <style>

View File

@ -22,5 +22,5 @@
<link rel="shortcut icon" href="{{ . | relURL }}" /> <link rel="shortcut icon" href="{{ . | relURL }}" />
{{ end }} {{ end }}
{{- template "_internal/google_analytics.html" . -}} {{- partial "google_analytics.html" . -}}
{{- partial "head/custom.html" . -}} {{- partial "head/custom.html" . -}}