mirror of
https://github.com/lavafroth/lavafroth.github.io.git
synced 2026-05-30 11:21:16 -03:00
fix: pagefind should index the title
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<article class="post-single">
|
||||
<article class="post-single" data-pagefind-body>
|
||||
<header class="post-title">
|
||||
<p>
|
||||
<p data-pagefind-ignore>
|
||||
{{ partial "description" . }}
|
||||
</p>
|
||||
<h1 data-pagefind-meta="title">{{ .Title }}</h1>
|
||||
</header>
|
||||
<section class="post-content" data-pagefind-body>{{ .Content }}</section>
|
||||
<section class="post-content">{{ .Content }}</section>
|
||||
</article>
|
||||
|
||||
<!-- Post Tags -->
|
||||
|
||||
Reference in New Issue
Block a user