diff --git a/app/templates/home.html b/app/templates/home.html
index 7152373..b7df20c 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -6,7 +6,8 @@
{% block jumbotron %}
-
Coffee Source
+
SteemLogs!
+
Mine your Content!
{% endblock %}
diff --git a/app/urls.py b/app/urls.py
index b6960ea..0947b0d 100644
--- a/app/urls.py
+++ b/app/urls.py
@@ -5,6 +5,8 @@
from .views import NotFoundView
from accounts.views import AccountDetailView
+app_name = Steemlogs
+
urlpatterns = [
url(
r'^$',