diff --git a/blog/__pycache__/__init__.cpython-37.pyc b/blog/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000..4c4b11c
Binary files /dev/null and b/blog/__pycache__/__init__.cpython-37.pyc differ
diff --git a/blog/__pycache__/admin.cpython-37.pyc b/blog/__pycache__/admin.cpython-37.pyc
new file mode 100644
index 0000000..4eaf3fd
Binary files /dev/null and b/blog/__pycache__/admin.cpython-37.pyc differ
diff --git a/blog/__pycache__/models.cpython-37.pyc b/blog/__pycache__/models.cpython-37.pyc
new file mode 100644
index 0000000..cb5de30
Binary files /dev/null and b/blog/__pycache__/models.cpython-37.pyc differ
diff --git a/blog/__pycache__/urls.cpython-37.pyc b/blog/__pycache__/urls.cpython-37.pyc
new file mode 100644
index 0000000..4ced1a7
Binary files /dev/null and b/blog/__pycache__/urls.cpython-37.pyc differ
diff --git a/blog/__pycache__/views.cpython-37.pyc b/blog/__pycache__/views.cpython-37.pyc
new file mode 100644
index 0000000..e6b9a66
Binary files /dev/null and b/blog/__pycache__/views.cpython-37.pyc differ
diff --git a/blog/migrations/__pycache__/0001_initial.cpython-37.pyc b/blog/migrations/__pycache__/0001_initial.cpython-37.pyc
new file mode 100644
index 0000000..0e7e6ea
Binary files /dev/null and b/blog/migrations/__pycache__/0001_initial.cpython-37.pyc differ
diff --git a/blog/migrations/__pycache__/0002_blog_author.cpython-37.pyc b/blog/migrations/__pycache__/0002_blog_author.cpython-37.pyc
new file mode 100644
index 0000000..1e69d5b
Binary files /dev/null and b/blog/migrations/__pycache__/0002_blog_author.cpython-37.pyc differ
diff --git a/blog/migrations/__pycache__/__init__.cpython-37.pyc b/blog/migrations/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000..287baad
Binary files /dev/null and b/blog/migrations/__pycache__/__init__.cpython-37.pyc differ
diff --git a/blog/templates/base.html b/blog/templates/base.html
index ceab4c4..edca00c 100644
--- a/blog/templates/base.html
+++ b/blog/templates/base.html
@@ -1,12 +1,21 @@
-