/ ‘content/pages.html’

This commit is contained in:
Dooho Yi 2020-05-06 01:27:49 +09:00
parent 4e5f76f675
commit 263f8e83fe

View file

@ -7,7 +7,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<ul> <ul style="list-style-type: circle;">
{% for page in pages %} {% for page in pages %}
<li> <li>
<a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'> <a class="noticeable" href='{{ SITEURL }}/{{ page.url }}'>