|
|
|
@ -4,40 +4,20 @@ 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>
|
|
|
|
|
<div class="post">
|
|
|
|
|
<h1 class="post-title">
|
|
|
|
|
QRT
|
|
|
|
|
<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>
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
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
|
|
|
|
|
</div></div>
|
|
|
|
|