diff --git a/_includes/gallery.html b/_includes/gallery.html
index 173813d..98a61a5 100644
--- a/_includes/gallery.html
+++ b/_includes/gallery.html
@@ -1,7 +1,7 @@
{% assign gallery=site.data.gallery[include.gallery] %}
{% assign photos=gallery.photos | sort:'date' %}
-{% unless include.no-link == null %}
+{% unless include.no-link %}
[ gallery ]
{% endunless %}
{% for photo in photos %}
diff --git a/_includes/header.html b/_includes/header.html
index 9e4c8f7..34354ef 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,5 +1,5 @@
-
+
diff --git a/_plugins/assign_page.rb b/_plugins/assign_page.rb
index b4b21bf..ad5346f 100644
--- a/_plugins/assign_page.rb
+++ b/_plugins/assign_page.rb
@@ -1,5 +1,6 @@
# adapted from
# - https://gist.githubusercontent.com/nathangrigg/7387238/raw/fdb229fb162a303cbd9a666de8be7d0aa3515cd6/assign_page.rb
+
module Jekyll
module Tags
class AssignPage < Liquid::Assign
diff --git a/blog/index.html b/blog/index.html
index d10f0ea..36b1ef2 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -6,7 +6,7 @@ layout: default