Remove extraneous layouts.
parent
61532d4bb7
commit
24090c216c
|
@ -1,39 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
|
||||||
<div class="posts-container">
|
|
||||||
<h1>
|
|
||||||
{% if post.href %}
|
|
||||||
<a href="{{ post.href }}" target="_blank">{{ post.title }}</a>
|
|
||||||
{% else %}
|
|
||||||
{{ post.title }}
|
|
||||||
{% endif %}
|
|
||||||
</h1>
|
|
||||||
{% if post.image %}
|
|
||||||
<div class="thumbnail-container">
|
|
||||||
<a href="{{ post.href }}" target="_blank">
|
|
||||||
<img src="{{ site.github.url }}/assets/img/{{ post.image }}">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
<p>
|
|
||||||
<div class="post-tags">
|
|
||||||
{% for tag in post.tags %}
|
|
||||||
<div class="{{ tag }}">{{ tag }}</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
<p>{{ post.content }}</p>
|
|
||||||
<span class="post-date">
|
|
||||||
{% if post.href %}
|
|
||||||
<a href="{{ post.href }}" target="_blank">{{ post.href }}</a> -
|
|
||||||
{% endif %}
|
|
||||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
|
||||||
{{ post.date | date_to_string }}
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% include post-paginator.html %}
|
|
|
@ -1,39 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
|
||||||
<div class="posts-container">
|
|
||||||
<h1>
|
|
||||||
{% if post.href %}
|
|
||||||
<a href="{{ post.href }}" target="_blank">{{ post.title }}</a>
|
|
||||||
{% else %}
|
|
||||||
{{ post.title }}
|
|
||||||
{% endif %}
|
|
||||||
</h1>
|
|
||||||
{% if post.image %}
|
|
||||||
<div class="thumbnail-container">
|
|
||||||
<a href="{{ post.href }}" target="_blank">
|
|
||||||
<img src="{{ site.github.url }}/assets/img/{{ post.image }}">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
<p>
|
|
||||||
<div class="post-tags">
|
|
||||||
{% for tag in post.tags %}
|
|
||||||
<div class="{{ tag }}">{{ tag }}</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
<p>{{ post.content }}</p>
|
|
||||||
<span class="post-date">
|
|
||||||
{% if post.href %}
|
|
||||||
<a href="{{ post.href }}" target="_blank">{{ post.href }}</a> -
|
|
||||||
{% endif %}
|
|
||||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
|
||||||
{{ post.date | date_to_string }}
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% include post-paginator.html %}
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: other
|
layout: home
|
||||||
title: Other
|
title: Other
|
||||||
pagination:
|
pagination:
|
||||||
enabled: true
|
enabled: true
|
||||||
category: other
|
category: other
|
||||||
indexpage: other
|
indexpage: other
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: projects
|
layout: home
|
||||||
title: Projects
|
title: Projects
|
||||||
pagination:
|
pagination:
|
||||||
enabled: true
|
enabled: true
|
||||||
category: project
|
category: project
|
||||||
indexpage: projects
|
indexpage: projects
|
||||||
|
|
Loading…
Reference in New Issue