Remove "Resources" from the page title of KotOR resources
This commit is contained in:
parent
72cbda3066
commit
b7046d67bc
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-24T17:29:02Z</updated>
|
||||
<updated>2024-04-24T17:37:31Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
|
||||
|
||||
|
||||
<h1>List of Same-Gender Romance Mods for Star Wars: Knights of the Old Republic Series | Resources</h1>
|
||||
<h1>List of Same-Gender Romance Mods for Star Wars: Knights of the Old Republic Series</h1>
|
||||
|
||||
<p>Throughout the years, modders have created same-gender romance mods for the Knights of the Old Republic series. Want to make your KotOR games more gay? This list is for you!</p>
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
|
||||
|
||||
|
||||
<h1>List of Star Wars: Knights of the Old Republic II Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member | Resources</h1>
|
||||
<h1>List of Star Wars: Knights of the Old Republic II Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member</h1>
|
||||
|
||||
<p>Disappointed that female Jedi Exiles cannot recruit the Handmaiden as a party member? Good news! That is what these mods are for!</p>
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
|
||||
|
||||
|
||||
<h1>The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview | Resources</h1>
|
||||
<h1>The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview</h1>
|
||||
|
||||
<p>A list of all the modules and their music used by The Sith Lords Restored Content Mod and the M4-78 Enhancement Project, including codes for the warp cheat.</p>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<header class="main__header">
|
||||
{% if isArticle or hasBreadcrumbs %}
|
||||
<ul class="breadcrumbs">
|
||||
{% set breadcrumbNavPages = collections.all | eleventyNavigationBreadcrumb(articleTitle or title) %}
|
||||
{% set breadcrumbNavPages = collections.all | eleventyNavigationBreadcrumb(articleTitle or pageTitle or title) %}
|
||||
{%- for entry in breadcrumbNavPages %}
|
||||
<li>
|
||||
<a href="{{ entry.url }}" {% if entry.url == page.url %} class="breadcrumbs--active"{% endif %}>{{ entry.title }}</a>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
articleTitle: "List of Same-Gender Romance Mods for Star Wars: Knights of the Old Republic Series"
|
||||
pageTitle: "List of Same-Gender Romance Mods for Star Wars: Knights of the Old Republic Series"
|
||||
desc: "Throughout the years, modders have created same-gender romance mods for the Knights of the Old Republic series. Want to make your KotOR games more gay? This list is for you!"
|
||||
tags: ["kotor 1 resources", "kotor 2 resources"]
|
||||
categories: ["star wars kotor", "star wars kotor 2", "modding"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
articleTitle: "List of Star Wars: Knights of the Old Republic II Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member"
|
||||
pageTitle: "List of Star Wars: Knights of the Old Republic II Mods that Allow Female Exiles to Recruit the Handmaiden as a Party Member"
|
||||
desc: "Disappointed that female Jedi Exiles cannot recruit the Handmaiden as a party member? Good news! That is what these mods are for!"
|
||||
tags: kotor 2 resources
|
||||
categories: ["star wars kotor 2", "modding"]
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
"layout": "starwarskotor/content",
|
||||
"hasBreadcrumbs": true,
|
||||
"eleventyComputed": {
|
||||
"title": "{{ articleTitle }} | Resources",
|
||||
"title": "{{ pageTitle }} | Resources",
|
||||
"eleventyNavigation": {
|
||||
"key": "{{ articleTitle }}",
|
||||
"key": "{{ pageTitle }}",
|
||||
"parent": "KotOR Resources"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
articleTitle: "The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview"
|
||||
pageTitle: "The Sith Lords Restored Content Mod + M4-78 Enhancement Project Modules, Warp Codes & Music Overview"
|
||||
desc: "A list of all the modules and their music used by The Sith Lords Restored Content Mod and the M4-78 Enhancement Project, including codes for the warp cheat."
|
||||
tags: kotor 2 resources
|
||||
categories: ["star wars kotor 2"]
|
||||
|
|
Loading…
Reference in New Issue