Skip to content

Commit b6f13c6

Browse files
docs(ci): update linked redirects script to match exact title with emoji
1 parent 5974022 commit b6f13c6

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

projects/linked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "Linked Projects   🔗"
3+
title: "Linked Projects 🔗"
44
permalink: /projects/linked/
55
parent: Projects
66
has_children: true

projects/project1.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/generate_linked_redirects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
content = f"""---
2828
layout: redirect
2929
title: {title}
30-
parent: Linked Projects
30+
parent: "Linked Projects 🔗"
3131
grand_parent: Projects
3232
nav_order: {i}
3333
redirect_to: {url}

0 commit comments

Comments
 (0)