- | Name | +Name | Title | Modified | {{ fa[subpost.post_metadata.icon] | raw }} | -+ | {{subpost.post_basename}} | - {{ subpost.post_metadata.title }} + {{ subpost.post_metadata.title }} |
{{ subpost.post_update_time }}
diff --git a/www/templates/post_types/gallery.html b/www/templates/post_types/gallery.html
new file mode 100644
index 0000000..4e96b3d
--- /dev/null
+++ b/www/templates/post_types/gallery.html
@@ -0,0 +1,59 @@
+
+
+{% extends "pathed_content.html" %}
+
+{% block extra_head %}
+
+
+{%endblock%}
+
+{%block content_article%}
+ {% if subposts|length > 0 %}
+
How sad. There are no images yet... What a real shame :c+ {% endif %} +{%endblock%} diff --git a/www/templates/post_types/image.html b/www/templates/post_types/image.html index 00ea107..aff2115 100644 --- a/www/templates/post_types/image.html +++ b/www/templates/post_types/image.html @@ -10,18 +10,16 @@ {{ parent() }} - - {%endblock %} {%block content_article%}
+
+
+
+ {% endif %}
+
+
+ + This website may contain content meant for an 18+ audience. + + + +{% block big_title %}The dergsite{%endblock%}+{% block big_title %}{{og.site_name}}{%endblock%}{% block second_title %}{% endblock %} |
---|