From dccb3f7c940aa6b221df8e605457e49b0f22f6b8 Mon Sep 17 00:00:00 2001 From: Joyce Chen Date: Sun, 12 Apr 2020 03:47:19 -0400 Subject: [PATCH] Added active button to nav --- README.md | 4 ++-- _data/navigation.yml | 11 +++++++++++ _includes/nav.html | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 _data/navigation.yml diff --git a/README.md b/README.md index 8bbcf5f..0ccd7e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Persona 5 Negotiation Guide +# Persona 5 & Royal Negotiation Guide -A tool to help with negotiations in Persona 5. +A tool to help with negotiations in Persona 5 and Persona 5 Royal. (Incomplete. Work-in-progress.) diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..0aab04d --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,11 @@ +- text: Info + url: /persona5-negotiation/info + +- text: Shadows + url: /persona5-negotiation/shadows + +- text: P5 Questions + url: /persona5-negotiation/ + +- text: Royal + url: /persona5-negotiation/royal \ No newline at end of file diff --git a/_includes/nav.html b/_includes/nav.html index 5359671..45687dc 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,6 +1,16 @@ \ No newline at end of file