|
|
|
<div class="sidebar">
|
|
|
|
<div class="container sidebar-sticky">
|
|
|
|
<div class="sidebar-about">
|
|
|
|
<img src="/images/nq4t.png">
|
|
|
|
<h1>
|
|
|
|
<a href="{{ site.baseurl }}">
|
|
|
|
{{ site.title }}
|
|
|
|
</a>
|
|
|
|
</h1>
|
|
|
|
<h5>{{ site.tagline }}</h5>
|
|
|
|
<p class="side-lead2">Jay · Ham Radio Operator<br>Manassas, VA, USA (FM18)</p>
|
|
|
|
<h4>HF Rig Status:</h4>
|
|
|
|
<div class="iframe-logudp"><iframe align="top" frameborder="0" height="100%" scrolling="yes" src="https://log.nq4t.com/radio.html" width="100%"></iframe></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<nav class="sidebar-nav">
|
|
|
|
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
|
|
|
|
|
|
|
|
{% comment %}
|
|
|
|
The code below dynamically generates a sidebar nav of pages with
|
|
|
|
`layout: page` in the front-matter. See readme for usage.
|
|
|
|
{% endcomment %}
|
|
|
|
|
|
|
|
{% assign pages_list = site.pages | sort: "order" %}
|
|
|
|
{% for node in pages_list %}
|
|
|
|
{% if node.sidebar != null %}
|
|
|
|
{% if node.layout == "page" or node.layout == "page2" %}
|
|
|
|
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ node.url }}">{{ node.title }}</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
<h6>Powered by jekyll and Fohdeesha.
|
|
|
|
<br>Last updated: {{ site.time }}
|
|
|
|
<br><a href="https://git.pickmy.org/nq4t/nq4t-dot-com-jekyll" target="_blank">Site source</a> · mail: nq4t(at)nq4t.com</h6>
|
|
|
|
</div>
|
|
|
|
</div>
|