diff --git a/views/index.erb b/views/index.erb
index eb3bbfcb..ceaf33cf 100644
--- a/views/index.erb
+++ b/views/index.erb
@@ -93,9 +93,15 @@
-
- <% if !signed_in? %>
+ <% if signed_in? %>
<% else %>
diff --git a/views/layout.erb b/views/layout.erb
index 858461e5..91bd34cf 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -5,7 +5,7 @@
-
Neocities.org: About Neocities.org
+
Neocities - <%= request.path.gsub('/', '').capitalize %>
diff --git a/views/layout.slim b/views/layout.slim
index d8d0292b..9113655c 100644
--- a/views/layout.slim
+++ b/views/layout.slim
@@ -1,7 +1,7 @@
doctype html
html
head
- title NeoCities #{@title.nil? ? '' : " - #{@title}"}
+ title Neocities #{@title.nil? ? '' : " - #{@title}"}
link href="/favicon.ico" rel="icon" type="image/x-icon"
link href="/css/bootstrap.min.css" rel="stylesheet"
link href="/css/bootstrap-responsive.min.css" rel="stylesheet"
@@ -52,4 +52,4 @@ html
ga('create', 'UA-41925541-1', 'neocities.org');
ga('send', 'pageview');
- == erb :'_int-footer', layout: false
\ No newline at end of file
+ == erb :'_int-footer', layout: false