Skip to content

Commit

Permalink
fix search title
Browse files Browse the repository at this point in the history
  • Loading branch information
agates4 committed Dec 12, 2023
1 parent 1f09613 commit 9cb4f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
<div id="reading-progress" aria-hidden="true"></div>
</nav>
<h1>{{ title }}</h1>
<h1 data-pagefind-meta="title">{{ title }}</h1>
{% block extraArticleHeader %}{% endblock %}
<dialog id="message"></dialog>
{% if googleanalytics %}
Expand Down
1 change: 0 additions & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pagination:
element: '#search',
showImages: true,
processResult: function (result) {
console.log(result);
return result;
}
});"></script>
Expand Down

0 comments on commit 9cb4f2e

Please sign in to comment.