diff --git a/app/templates/about.html b/app/templates/about.html index d85d1ce..d1e082d 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -18,7 +18,6 @@ Music
Motion Picture
Programming
- Writing
About
Login diff --git a/app/templates/index.html b/app/templates/index.html index 6110f5c..b036da9 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -18,7 +18,6 @@ Music
Motion Picture
Programming
- Writing
About
Login diff --git a/app/templates/music.html b/app/templates/music.html index df91746..73169f4 100644 --- a/app/templates/music.html +++ b/app/templates/music.html @@ -18,7 +18,6 @@ Music
Motion Picture
Programming
- Writing
About
Login diff --git a/app/templates/programming.html b/app/templates/programming.html index cb81887..2cf1e35 100644 --- a/app/templates/programming.html +++ b/app/templates/programming.html @@ -18,7 +18,6 @@ Music
Motion Picture
Programming
- Writing
About
Login diff --git a/app/templates/writing.html b/app/templates/writing.html deleted file mode 100644 index fdbc293..0000000 --- a/app/templates/writing.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - home -

- This is just a little page where I post stuff I write. I was kind of unsure if I wanted this stuff out here but I think to those who know me it could serve as an interesting view into some thoughts that I don't often express elsewhere. -

-
-
- {% for work in works %} - {{ work.name }} {{ work.date }} - {% endfor %} - - \ No newline at end of file