devlopr 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/categories/git.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/git
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.git %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>
data/categories/jekyll.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/jekyll
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.jekyll %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>
@@ -1,12 +0,0 @@
1
- ---
2
- layout: page
3
- permalink: /blog/categories/web-development
4
- ---
5
-
6
- <h3> Posts by Category : {{ page.title }} </h3>
7
-
8
- <div class="card">
9
- {% for post in site.categories.web-development %}
10
- <li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
11
- {% endfor %}
12
- </div>