diff --git a/app/templates/post/_breadcrumb_nav.html b/app/templates/post/_breadcrumb_nav.html new file mode 100644 index 00000000..fe2153bd --- /dev/null +++ b/app/templates/post/_breadcrumb_nav.html @@ -0,0 +1,8 @@ + diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index 2b2eb26b..931f8eed 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -1,13 +1,6 @@
- + {% include "post/_breadcrumb_nav.html" %}

{{ post.title }} {% if current_user.is_authenticated -%} {% include 'post/_post_notification_toggle.html' -%} diff --git a/app/templates/post/post_cross_post.html b/app/templates/post/post_cross_post.html index 839a23b6..550589c3 100644 --- a/app/templates/post/post_cross_post.html +++ b/app/templates/post/post_cross_post.html @@ -8,15 +8,7 @@ {% block app_content %}
- + {% include "post/_breadcrumb_nav.html" %}

{{ _('Cross-post %(post_name)s', post_name=post.title) }}

{{ render_form(form) }}