diff options
-rw-r--r-- | about.markdown | 2 | ||||
-rw-r--r-- | blog.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/about.markdown b/about.markdown index f0ea75a..cb7895c 100644 --- a/about.markdown +++ b/about.markdown @@ -4,7 +4,7 @@ title: About permalink: /about/ --- -<h1 style="text-align: center;">About</h1> +# About Hello! :D My name is Noah, but I go by **mounderfod**. I am interested in music, programming and video games. diff --git a/blog.html b/blog.html index 56bf4d9..a5432a0 100644 --- a/blog.html +++ b/blog.html @@ -4,7 +4,7 @@ title: Blog permalink: /blog/ --- -<h1 style="text-align: center">Blog</h1> +<h1>Blog</h1> <script type="text/javascript" src="../mentions.js"></script> {% for post in site.posts %} |