diff --git a/README.md b/README.md
index a0a0278..0c021e9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# Bryson Steck's Website
A simple blog and project showcase website built with Hugo.
+
+Hosted at [brysonsteck.xyz](https://brysonsteck.xyz) (or [here](http://ov7yfvdk2fm6rabssjnzto4ima6kzowxrilyhs7dax54n4pykj5wq5ad.onion) if you're based)
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index 2f2bb10..b48975e 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -3,7 +3,7 @@
{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 478f8e9..e941f2b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,7 +4,7 @@
{{ range first 1 (where (where .Site.RegularPages "Section" "projects") "Params.nohtml" "!=" "true") }}
@@ -14,7 +14,7 @@
{{ range first 4 (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
{{ end }}
diff --git a/layouts/projects/list.html b/layouts/projects/list.html
index 67c8921..3fe7eba 100644
--- a/layouts/projects/list.html
+++ b/layouts/projects/list.html
@@ -4,7 +4,7 @@
{{ range .Data.Pages.ByTitle }}

-
{{.Title}}
+
{{.Title}}
{{ .Params.description }}
{{ if .Params.current }}
Started {{ .Date.Format "January 2, 2006" }}