File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ <h1 class="{{ $name_class }} font-black text-gray-900 dark:text-white leading-ti
322322 {{ $bio_content = printf "%v" $bio_override_raw | emojify | $page.RenderString }}
323323 {{ end }}
324324 {{ if not $bio_content }}
325- {{ with $profile.bio }}{{ $bio_content = printf "%v" . }}{{ end }}
325+ {{ with $profile.bio }}{{ $bio_content = printf "%v" . | emojify | $page.RenderString }}{{ end }}
326326 {{ end }}
327327 {{ with $bio_content }}
328328 < div class ="mb-12 ">
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ <h3 class="text-xl font-bold text-gray-900 dark:text-white group-hover:text-prim
227227 {{/* Description */}}
228228 {{ with index $item "summary" }}
229229 < div class ="text-gray-600 dark:text-gray-400 leading-relaxed ">
230- {{ . | $page.RenderString }}
230+ {{ . | emojify | $page.RenderString }}
231231 </ div >
232232 {{ end }}
233233
@@ -361,7 +361,7 @@ <h3 class="text-xl font-bold text-gray-900 dark:text-white group-hover:text-seco
361361 {{/* Description */}}
362362 {{ with index $item "summary" }}
363363 < div class ="text-gray-600 dark:text-gray-400 leading-relaxed ">
364- {{ . | $page.RenderString }}
364+ {{ . | emojify | $page.RenderString }}
365365 </ div >
366366 {{ end }}
367367
You can’t perform that action at this time.
0 commit comments