summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <dressupgeekout@gmail.com>2023-10-23 22:50:39 -0700
committerCharlotte Koch <dressupgeekout@gmail.com>2023-10-23 22:50:39 -0700
commit4fd4cee65e6ecf1c7ddf2e6556d594e69f251084 (patch)
tree46ed95e745df54f7ecf96e39d1247d59c251e0da
parentf1970fa2506b230d317799ba8a1af12cead6071d (diff)
Get rid of "ABOUT ME" on Sidebar and put in Ko-Fi button instead
-rw-r--r--layouts/partials/short-about.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/layouts/partials/short-about.html b/layouts/partials/short-about.html
index cc0c477..d238ac1 100644
--- a/layouts/partials/short-about.html
+++ b/layouts/partials/short-about.html
@@ -1,11 +1,6 @@
<section class="visible-md visible-lg">
<hr>
- {{ with .Site.GetPage "/about" }}
- <h5><a href={{"about/" | relURL }}>ABOUT ME</a></h5>
- {{ else }}
- <h5>ABOUT ME</h5>
- {{ end }}
{{ $sidebar := .Site.Params.sidebar }}
<div class="short-about">
@@ -19,5 +14,9 @@
{{ end }}
<!-- SNS Link -->
{{ partial "sns-links.html" (dict "center" false "social" .Site.Params.social ) }}
+ <script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script>
+ <script type='text/javascript'>
+ kofiwidget2.init('Support Me on Ko-fi', '#a3009c', 'X8X7DLFTJ');kofiwidget2.draw();
+ </script>
</div>
</section>