+ All
+ {% assign tagarray = site.tagarray %}
+ {% for project in site.data.projects %}
+ {% for tag in project.tags %}
+ {% assign tagarray = tagarray | push: tag %}
+ {% endfor %}
+ {% endfor %}
+
+ {% assign tags = tagarray[1] %}
+ {% for item in tagarray %}
+ {% assign tagDown = item | downcase %}
+ {% assign tagComp = tags | downcase %}
+ {% unless tagComp contains tagDown %}
+ {% capture tags %}{{ tags }}|{{ item }}{% endcapture %}
+ {% endunless %}
+ {% endfor %}
+
+ {% assign taglist = tags | split: '|' | sort %}
+ {% for tag in taglist %}
+ {{ tag }}
+ {% endfor %}
+
+{% endif %}
\ No newline at end of file
diff --git a/_includes/share-page.html b/_includes/share-page.html
new file mode 100644
index 0000000..53355c7
--- /dev/null
+++ b/_includes/share-page.html
@@ -0,0 +1,20 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/social_links.html b/_includes/social_links.html
new file mode 100644
index 0000000..a8aa9af
--- /dev/null
+++ b/_includes/social_links.html
@@ -0,0 +1,7 @@
+
+
+ {% for link in site.social %}
+
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 1a1287c..cfa8c7e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,6 +12,67 @@
+
+
+ {% if page.title %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.title %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.description %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.url %}
+
+ {% endif %}
+ {% if page.date %}
+
+
+ {% endif %}
+ {% if page.image %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.categories %}
+ {% for category in page.categories limit:1 %}
+
+ {% endfor %}
+ {% endif %}
+ {% if page.tags %}
+ {% for tag in page.tags %}
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+ {% if page.title %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.url %}
+
+ {% endif %}
+ {% if page.description %}
+
+ {% else %}
+
+ {% endif %}
+ {% if page.header-img %}
+
+ {% endif %}
+
+
@@ -23,7 +84,12 @@
+
+
+
+
+ {% include analytics.html %}
@@ -72,7 +138,10 @@
================================================== -->
+
+
+