Skip to content

Commit b405057

Browse files
committed
fixing the search function and folder cat so item shows up
1 parent 4bc6ef1 commit b405057

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/resources/viruses/mev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ toc: false
8080

8181

8282
### Phylogenetics and Interpretation
83-
{% assign docs = site.html_pages | where_exp:"item", "item.folder contains page.virus" | where_exp:"item", "item.title contains 'Phylogenetics'" | sort: 'order' %}
83+
{% assign docs = site.html_pages | where_exp:"item", "item.folder contains page.virus" | where_exp:"item", "item.category contains 'phylo_guide'" | sort: 'order' %}
8484
{% if docs and docs.size != 0 %}
8585

8686
{% for page in docs %}

pages/resources/viruses/mev/mev-phylogenetics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ keywords: resources
44
last_updated: 2026-01-12
55
tags: [resources, protocols]
66
title_text: "MeV Phylogenetics"
7-
category: guide
7+
category: phylo_guide
88
subtitle_text: "Resources and protocols for MeV alignment and phylogenetics"
99
summary: "Resources and protocols for MeV alignment and phylogenetics"
1010
sidebar: artic_sidebar
1111
version: v1.0.0
1212
permalink: /viruses/mev/mev-phylogenetics
1313
icon: /images/tutorials/phylogram_1.png
1414
author: Aine O'Toole
15-
folder: protocols
15+
folder: mev
1616
---
1717

1818
This document is part of the MEV sequencing protocol package:

0 commit comments

Comments
 (0)