diff --git a/.gitignore b/.gitignore
index 9357d2e..4ad77ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-_layouts/private-*
-_site
-private
+/_layouts/private-*
+/_site
+/asset
+/private
diff --git a/_config.yml b/_config.yml
index 798e2b7..caa29df 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
markdown: redcarpet
paginate: 7
pygments: true
-safe: true
+safe: false
diff --git a/_includes/disqus.html b/_includes/disqus.html
new file mode 100644
index 0000000..1171150
--- /dev/null
+++ b/_includes/disqus.html
@@ -0,0 +1,17 @@
+
diff --git a/_includes/header.html b/_includes/header.html
index fe3c964..703e1e8 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -11,6 +11,10 @@
+ {% if page.path %}
+
+ {% endif %}
+
diff --git a/_layouts/gallery-photo.html b/_layouts/gallery-photo.html
new file mode 100644
index 0000000..150773a
--- /dev/null
+++ b/_layouts/gallery-photo.html
@@ -0,0 +1,82 @@
+{% include header.html %}
+
+
+
+
+
+
+
+ {{ content }}
+
+
+ {% include disqus.html %}
+
+{% include footer.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index bda2975..7601de1 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,12 +2,14 @@