hisat-3n/docs/_pages/search.html

27 lines
595 B
HTML
Raw Permalink Normal View History

2025-01-18 13:09:52 +00:00
---
layout: page
title: Search Results
permalink: /search/
hide: true
share: false
---
<script>
var baseurl = "{{ site.baseurl }}";
</script>
<div id="search-results">
<hr id="first-hr" class="with-no-margin"/>
{% for post in site.posts %}
<div id="{{ post.id | replace: '/', '-' }}" style="display: none;">
<div class="article-wrapper">
<article>
{% include article-header.html page=post link=true share=false eye_catch=false %}
</article>
</div>
<hr class="with-no-margin"/>
</div>
{% endfor %}
</div>