Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/community/post_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block page_title %}{{ object.title }} | {{ SITE_INFO.site_name }}{% endblock %}
{% block og_title %}{{ object.title }}{% endblock %}

{% block body_attributes %}class="python community default-page"{% endblock %}
{% block body_attributes %}class="shop community default-page"{% endblock %}


{% block main-nav_attributes %}community-navigation{% endblock main-nav_attributes %}
Expand Down
2 changes: 1 addition & 1 deletion templates/community/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block page_title %}Our Community | {{ SITE_INFO.site_name }}{% endblock %}
{% block og_title %}Our Community{% endblock %}

{% block body_attributes %}class="python community"{% endblock %}
{% block body_attributes %}class="shop"{% endblock %}


{% block main-nav_attributes %}python-navigation{% endblock main-nav_attributes %}
Expand Down