diff --git a/modules/gallery.py b/modules/gallery.py index df1f757..7893cb0 100644 --- a/modules/gallery.py +++ b/modules/gallery.py @@ -75,7 +75,7 @@ class Gallery(MenuItemMixin, NewsItemMixin, TemplateMixin, FileAssetsMixin): def get_context(self): context = super(Gallery,self).get_context() - context['title'] = self.title + context['title'] = self.description['title'] markdown_converter = markdown.Markdown(extensions = self.markdown_extensions)