Some cleanup.

master
Nick Sergeant 2016-11-02 19:15:19 -04:00
parent a9c32eaaf0
commit ab62434ab5
4 changed files with 0 additions and 18 deletions

View File

@ -50,8 +50,6 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ request.path }}?rss{% if not public %}&amp;api_key={{ request.user.api_key.key }}{% endif %}" />
{% endif %}
<link rel="author" href="/humans.txt" />
{% block css %}{% endblock %}
<!--[if IE]>

View File

@ -1 +0,0 @@
<a class="go-pro" href="http://showroom.is/"></a>

View File

@ -1,13 +0,0 @@
/* TEAM */
Founder and Developer: Nick Sergeant
Contact: nick@snipt.net
Site: https://nicksergeant.com
Twitter: @nicksergeant
Location: Rochester, NY
/* SITE */
Standards: CSS3, HTML5
Components: Angular, Backbone.js, Twitter Bootstrap, jQuery, Underscore.js
Software: Django

View File

@ -48,8 +48,6 @@ urlpatterns += [
url(r'^robots.txt$',
TemplateView.as_view(template_name='robots.txt')),
url(r'^humans.txt$',
TemplateView.as_view(template_name='humans.txt')),
url(r'^tags/$', tags),
url(r'^account/', include('accounts.urls')),