add page for harry drawings
This commit is contained in:
parent
9f5beb25ad
commit
1df3d45c0c
1
conf.py
1
conf.py
|
@ -78,6 +78,7 @@ NAVIGATION_LINKS = {
|
||||||
DEFAULT_LANG: (
|
DEFAULT_LANG: (
|
||||||
("/soundboard/", "Soundboard"),
|
("/soundboard/", "Soundboard"),
|
||||||
("/characters/", "Characters"),
|
("/characters/", "Characters"),
|
||||||
|
("/gallery/", "Harry's Gallery"),
|
||||||
("/episodes/", "Episodes"),
|
("/episodes/", "Episodes"),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
.. slug: gallery
|
.. slug: gallery
|
||||||
.. date: 2020-03-30
|
.. date: 2020-03-30
|
||||||
.. type: text
|
.. type: text
|
||||||
|
.. template: gallery_directive.tmpl
|
||||||
|
|
||||||
{{% gallery harry %}}
|
{{% gallery harry %}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue