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 c6556dd1..c15b1102 100644
--- a/views/layout.slim
+++ b/views/layout.slim
@@ -2,7 +2,8 @@ doctype html
html
head
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
- 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"
@@ -53,4 +54,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