rollback
parent
0a9293c2e5
commit
93a2f2cfe2
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Home
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="posts">
|
||||||
|
{% for post in paginator.posts %}
|
||||||
|
{% unless post.layout == "page" or post.layout == "default" %}
|
||||||
|
<div class="post">
|
||||||
|
<h1 class="post-title">
|
||||||
|
<a href="{{ post.url }}">
|
||||||
|
{{ post.title }}
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<span class="post-date">{{ post.date | date_to_string }} · Tagged: {{ post.tags }}</span>
|
||||||
|
{% if post.excerpt == post.content %}
|
||||||
|
{{ post.content }}
|
||||||
|
{% else %}
|
||||||
|
<br>
|
||||||
|
{{ post.excerpt }} <a href="{{ post.url }}">Read Full Post...</a>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% endunless %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
{% if paginator.next_page %}
|
||||||
|
<a class="pagination-item older" href="{{ site.baseurl }}page{{paginator.next_page}}">Older</a>
|
||||||
|
{% else %}
|
||||||
|
<span class="pagination-item older">Older</span>
|
||||||
|
{% endif %}
|
||||||
|
{% if paginator.previous_page %}
|
||||||
|
{% if paginator.page == 2 %}
|
||||||
|
<a class="pagination-item newer" href="{{ site.baseurl }}">Newer</a>
|
||||||
|
{% else %}
|
||||||
|
<a class="pagination-item newer" href="{{ site.baseurl }}page{{paginator.previous_page}}">Newer</a>
|
||||||
|
{% endif %}
|
||||||
|
{% else %}
|
||||||
|
<span class="pagination-item newer">Newer</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
title:QRT
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
Due to numerous personal issues, I have had to discontinue my activities and involvement in the hobby. I would like to
|
|
||||||
state it is not actually due to the current state of the hobby itself and only mildly related to the hobby. This makes
|
|
||||||
having to leave the hobby hurt even more as the reason I'm having to step away.
|
|
||||||
|
|
||||||
I currently do not have any idea or plans to investigate a return. This may change; but ultimately staying away from
|
|
||||||
things is going to be easier.
|
|
||||||
|
|
||||||
It's been fun.
|
|
||||||
|
|
||||||
73,
|
|
||||||
Jay/NQ4T
|
|
Loading…
Reference in New Issue