{{page_date.first}}
{% for category in page.categories %}
- {{category}}
+ {{category}}
{% endfor %}
diff --git a/assets/css/page.css b/assets/css/page.css
index 77b1708..270627c 100644
--- a/assets/css/page.css
+++ b/assets/css/page.css
@@ -47,6 +47,10 @@ iframe {
}
+.hidden{
+ display:none !important;
+}
+
/* .inner-content-container>p>a {
position: relative;
display: inline-block;
diff --git a/blog.md b/blog.html
similarity index 93%
rename from blog.md
rename to blog.html
index 887f01b..33de106 100644
--- a/blog.md
+++ b/blog.html
@@ -6,7 +6,7 @@ backing_img: /assets/images/innovation__monochromatic.svg
backing_scalar: "height:90%;"
---
-Here is a list of things I find interesting, and writeups of projects I have worked on.
+
Here is a list of things I find interesting, and writeups of projects I have worked on.
+
+
+
+ {% for post in site.posts %}
+ {% assign the_date = post.date | split: " " %}
+
+
+