bye felicia

master
Jay Moore/NQ4T 3 months ago
parent 2d59d5b804
commit b179d85241

@ -9,7 +9,7 @@
</h1> </h1>
<h5>{{ site.tagline }}</h5> <h5>{{ site.tagline }}</h5>
<p class="side-lead2">Jay &middot; <s>Ham Radio Operator</s><br>Manassas, VA, USA (FM18)</p> <p class="side-lead2">Jay &middot; <s>Ham Radio Operator</s><br>Manassas, VA, USA (FM18)</p>
<h4>HF Rig Status:</h4>
<nav class="sidebar-nav"> <nav class="sidebar-nav">
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a> <a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>

@ -4,40 +4,20 @@ title: Home
--- ---
<div class="posts"> <div class="posts">
{% for post in paginator.posts %} <div class="post">
{% unless post.layout == "page" or post.layout == "default" %} <h1 class="post-title">
<div class="post"> QRT
<h1 class="post-title"> <h1>
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }} &middot; Tagged: {{ post.tags }}</span> Due to numerous personal issues, I have had to discontinue my activities and involvement in the hobby. I would like to
{% if post.excerpt == post.content %} state it is not actually due to the current state of the hobby itself and only mildly related to the hobby. This makes
{{ post.content }} having to leave the hobby hurt even more as the reason I'm having to step away.
{% else %}
<br>
{{ post.excerpt }} <a href="{{ post.url }}">Read Full Post...</a>
{% endif %}
</div>
{% endunless %}
{% endfor %}
</div>
<div class="pagination"> I currently do not have any idea or plans to investigate a return. This may change; but ultimately staying away from
{% if paginator.next_page %} things is going to be easier.
<a class="pagination-item older" href="{{ site.baseurl }}page{{paginator.next_page}}">Older</a>
{% else %} It's been fun.
<span class="pagination-item older">Older</span>
{% endif %} 73,
{% if paginator.previous_page %} Jay/NQ4T
{% if paginator.page == 2 %} </div></div>
<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,7 +1,7 @@
--- ---
layout: page2 layout: page2
title: NQ4T's Station title: NQ4T's Station
sidebar: 1
order: 4 order: 4
--- ---
You can skip to any of the following sections you'd like: You can skip to any of the following sections you'd like:

Loading…
Cancel
Save