diff --git a/.gitignore b/.gitignore
index fb7037ec1..615c2e240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,5 @@ airtime_mvc/tests/log/*.log
.idea/
/docs/_site/*
/docs/.jekyll-cache/*
-/docs/.gems/*
\ No newline at end of file
+/docs/.gems/*
+Gemfile.lock
\ No newline at end of file
diff --git a/docs/404.md b/docs/404.md
index 4a5320fc4..0be97108d 100644
--- a/docs/404.md
+++ b/docs/404.md
@@ -3,7 +3,7 @@ layout: 404
linkto: /search
linktext: Search
img: /img/car-radio-unsplash.jpg
-photocredit: Photo by Frank Albrecht on Unsplash
+photocredit: Top photo by Frank Albrecht on Unsplash
---
# DEAD AIR
diff --git a/docs/_docs/install.md b/docs/_docs/install.md
index 952ca54a0..39a013229 100644
--- a/docs/_docs/install.md
+++ b/docs/_docs/install.md
@@ -64,7 +64,7 @@ sudo ufw allow 8001,8002/tcp
> If needed, instructions for setting up a reverse proxy can be found [here](/docs/reverse-proxy).
-### Installing LibreTime
+## Installing LibreTime
@@ -81,7 +81,7 @@ After the install is completed, head to the IP address of the server LibreTime w
to complete the welcome wizard. While not strictly necessary, it is recommended that you change the passwords prompted in the welcome wizard if you intend on accessing the server from the Internet. The welcome wizard will
walk you through the rest of the installation process.
-### Services
+## Services
Once all of the services needed to run LibreTime are installed and configured,
it is important that the server starts them during the boot process, to cut down on downtime, especially in live enviornments.
@@ -99,7 +99,7 @@ sudo systemctl enable rabbitmq-server
> If an error is returned, try adding `.service` to the end of each command.
-### User Permissions
+## User Permissions
If you plan to have LibreTime output analog audio directly to a mixing console or transmitter,
the `www-data` user needs to be added to the `audio` user group using the command below:
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 95ab98211..de67122b4 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -45,6 +45,9 @@
Code licensed under AGPLv3; docs licensed under GPLv2. More details here.