diff --git a/_includes/journal_footer.html b/_includes/journal_footer.html
index 6eab09a..60eb795 100644
--- a/_includes/journal_footer.html
+++ b/_includes/journal_footer.html
@@ -15,6 +15,9 @@
Previous
{% endif %}
+
+ Journal Index
+
{% if next_index >= 0 %}
Next
diff --git a/_journals/7th.md b/_journals/7th.md
new file mode 100644
index 0000000..2bca3b4
--- /dev/null
+++ b/_journals/7th.md
@@ -0,0 +1,7 @@
+---
+layout: journals
+title: 7th Ancillary
+source: journals
+slug: seventh
+---
+The party journal of the 7th Ancillary of the Altasian Army.
diff --git a/_journals/bask.md b/_journals/bask.md
new file mode 100644
index 0000000..c7059a0
--- /dev/null
+++ b/_journals/bask.md
@@ -0,0 +1,7 @@
+---
+layout: journals
+title: Bask Temlin
+source: journals
+slug: bask
+---
+Bask is an eldritch knight that hits things with his sword.
diff --git a/_journals/nataliah.md b/_journals/nataliah.md
new file mode 100644
index 0000000..9e8f871
--- /dev/null
+++ b/_journals/nataliah.md
@@ -0,0 +1,7 @@
+---
+layout: journals
+title: Nataliah Kas Zhukoff
+source: journals
+slug: nataliah
+---
+Nataliah Kas Zhukoff is an alchemist intent on her own ambitions.
diff --git a/_layouts/journal.html b/_layouts/journal.html
index 59f928b..cbe7821 100644
--- a/_layouts/journal.html
+++ b/_layouts/journal.html
@@ -15,6 +15,8 @@