Browse Source

added title to browse by category html

master
JoBCB 4 years ago
parent
commit
ebd8681a90
  1. 2
      templates/browsebycategory.html

2
templates/browsebycategory.html

@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<div class="pagetitle" id="browsethearchive-title">BROWSE BY</div>
<div class="pagetitle" id="browseby-title">BROWSE BY</div>
<div id="browsebycategory-listcategories">
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('artistsindex') }}">BROWSE BY CREATOR/CONTRIBUTOR</a></div>

Loading…
Cancel
Save