diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 1 | ||||
-rw-r--r-- | templates/navbar.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 891be41..c646f32 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,6 @@ {% block footer %} <footer class="container" role="contentinfo"> - <p>Brought to you by: <strong>Weitian LI</strong>.</p> <ul class="masthead-links"> <li>Powered by:</li> <li><a href="https://www.djangoproject.com/">Django</a></li> diff --git a/templates/navbar.html b/templates/navbar.html index d8cce99..b607a4b 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -29,8 +29,10 @@ <li><a href="{% url 'traffic' %}">交通</a></li> <li><a href="{% url 'accommodation' %}">住宿</a></li> <li><a href="{% url 'contact' %}">联系我们</a></li> + <!-- <li class="divider"></li> <li><a href="{% url 'about' %}">关于</a></li> + --> </ul> </li> </ul> |