summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/home
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/home')
-rw-r--r--themes/blowfish/layouts/partials/home/background.html4
-rw-r--r--themes/blowfish/layouts/partials/home/card.html4
-rw-r--r--themes/blowfish/layouts/partials/home/hero.html4
-rw-r--r--themes/blowfish/layouts/partials/home/page.html2
-rw-r--r--themes/blowfish/layouts/partials/home/profile.html6
5 files changed, 10 insertions, 10 deletions
diff --git a/themes/blowfish/layouts/partials/home/background.html b/themes/blowfish/layouts/partials/home/background.html
index 2549033..2746eea 100644
--- a/themes/blowfish/layouts/partials/home/background.html
+++ b/themes/blowfish/layouts/partials/home/background.html
@@ -51,7 +51,7 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="mt-0 mb-0 text-xl text-neutral-800 dark:text-neutral-300">
- {{ . | markdownify | emojify }}
+ {{ . | markdownify }}
</h2>
{{ end }}
<div class="mt-3 mb-10 text-2xl">
@@ -67,7 +67,7 @@
</div>
{{ end }}
</div>
- <section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
+ <section class="prose dark:prose-invert">{{ .Content }}</section>
</div>
</div>
</div>
diff --git a/themes/blowfish/layouts/partials/home/card.html b/themes/blowfish/layouts/partials/home/card.html
index 0b17f83..8e85455 100644
--- a/themes/blowfish/layouts/partials/home/card.html
+++ b/themes/blowfish/layouts/partials/home/card.html
@@ -9,7 +9,7 @@
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
- <section>{{ .Content | emojify }}</section>
+ <section>{{ .Content }}</section>
</article>
</div>
<div class="mt-6 sm:mt-16 lg:mt-0 mx-auto max-w-xl px-4 sm:px-6 lg:mx-0 lg:max-w-none lg:py-16 lg:px-0">
@@ -40,4 +40,4 @@
</div>
<section>
{{ partial "recent-articles/main.html" . }}
-</section> \ No newline at end of file
+</section>
diff --git a/themes/blowfish/layouts/partials/home/hero.html b/themes/blowfish/layouts/partials/home/hero.html
index cb5933d..7a0a511 100644
--- a/themes/blowfish/layouts/partials/home/hero.html
+++ b/themes/blowfish/layouts/partials/home/hero.html
@@ -48,7 +48,7 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="mt-0 mb-0 text-xl text-neutral-300">
- {{ . | markdownify | emojify }}
+ {{ . | markdownify }}
</h2>
{{ end }}
<div class="mt-3 mb-10 text-2xl">
@@ -64,7 +64,7 @@
</div>
{{ end }}
</div>
- <section class="prose prose-invert">{{ .Content | emojify }}</section>
+ <section class="prose prose-invert">{{ .Content }}</section>
</div>
</div>
</div>
diff --git a/themes/blowfish/layouts/partials/home/page.html b/themes/blowfish/layouts/partials/home/page.html
index d715b78..45b681d 100644
--- a/themes/blowfish/layouts/partials/home/page.html
+++ b/themes/blowfish/layouts/partials/home/page.html
@@ -4,7 +4,7 @@
<h1>{{ . | emojify }}</h1>
</header>
{{ end }}
- <section>{{ .Content | emojify }}</section>
+ <section>{{ .Content }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
diff --git a/themes/blowfish/layouts/partials/home/profile.html b/themes/blowfish/layouts/partials/home/profile.html
index 70e4ac9..09e8ada 100644
--- a/themes/blowfish/layouts/partials/home/profile.html
+++ b/themes/blowfish/layouts/partials/home/profile.html
@@ -23,15 +23,15 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="text-xl text-neutral-500 dark:text-neutral-400">
- {{ . | markdownify | emojify }}
+ {{ . | markdownify }}
</h2>
{{ end }}
<div class="mt-1 text-2xl">
{{ partialCached "author-links.html" . }}
</div>
</header>
- <section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
+ <section class="prose dark:prose-invert">{{ .Content }}</section>
</article>
<section>
{{ partial "recent-articles/main.html" . }}
-</section> \ No newline at end of file
+</section>