summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/article-link
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/article-link')
-rw-r--r--themes/blowfish/layouts/partials/article-link/card-related.html4
-rw-r--r--themes/blowfish/layouts/partials/article-link/card.html4
-rw-r--r--themes/blowfish/layouts/partials/article-link/simple.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/themes/blowfish/layouts/partials/article-link/card-related.html b/themes/blowfish/layouts/partials/article-link/card-related.html
index c7dbcc3..b1369a1 100644
--- a/themes/blowfish/layouts/partials/article-link/card-related.html
+++ b/themes/blowfish/layouts/partials/article-link/card-related.html
@@ -65,7 +65,7 @@
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
<div class="py-1 prose dark:prose-invert">
- {{ .Summary | emojify }}
+ {{ .Summary }}
</div>
{{ end }}
</div>
@@ -73,4 +73,4 @@
</div>
</div>
- </a> \ No newline at end of file
+ </a>
diff --git a/themes/blowfish/layouts/partials/article-link/card.html b/themes/blowfish/layouts/partials/article-link/card.html
index dd2a788..b01603e 100644
--- a/themes/blowfish/layouts/partials/article-link/card.html
+++ b/themes/blowfish/layouts/partials/article-link/card.html
@@ -66,7 +66,7 @@
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
<div class="py-1 prose dark:prose-invert">
- {{ .Summary | emojify }}
+ {{ .Summary }}
</div>
{{ end }}
</div>
@@ -74,4 +74,4 @@
</div>
</div>
- </a> \ No newline at end of file
+ </a>
diff --git a/themes/blowfish/layouts/partials/article-link/simple.html b/themes/blowfish/layouts/partials/article-link/simple.html
index afee487..a230b2d 100644
--- a/themes/blowfish/layouts/partials/article-link/simple.html
+++ b/themes/blowfish/layouts/partials/article-link/simple.html
@@ -94,8 +94,8 @@
</div>
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
<div class="py-1 max-w-fit prose dark:prose-invert">
- {{ .Summary | emojify }}
+ {{ .Summary }}
</div>
{{ end }}
</div>
- </a> \ No newline at end of file
+ </a>