In #2523, I did a copy&paste error with
07d6e619cc
I used the global `search_enabled` config key instead of the correct
`bib_search` key.
This PR fixed it.
21 lines
342 B
Markdown
21 lines
342 B
Markdown
---
|
|
layout: page
|
|
permalink: /publications/
|
|
title: publications
|
|
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
|
|
nav: true
|
|
nav_order: 2
|
|
---
|
|
|
|
<!-- _pages/publications.md -->
|
|
|
|
<!-- Bibsearch Feature -->
|
|
|
|
{% include bib_search.liquid %}
|
|
|
|
<div class="publications">
|
|
|
|
{% bibliography %}
|
|
|
|
</div>
|