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: (
|
||||
("/soundboard/", "Soundboard"),
|
||||
("/characters/", "Characters"),
|
||||
("/gallery/", "Harry's Gallery"),
|
||||
("/episodes/", "Episodes"),
|
||||
),
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
.. slug: gallery
|
||||
.. date: 2020-03-30
|
||||
.. type: text
|
||||
|
||||
.. template: gallery_directive.tmpl
|
||||
|
||||
{{% gallery harry %}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue