You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.8 KiB
HTML

<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 &middot; 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" %}
{% if node.permalink != null %}
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ node.permalink }}">{{ node.title }}</a>
{% else %}
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ node.url }}">{{ node.title }}</a>
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
</nav>
<h6>Powered by jekyll and Fohdeesha. &middot; <a href="https://git.pickmy.org/nq4t/nq4t-dot-com-jekyll" target="_blank">Source</a>
<br>Last updated: {{ site.time }}
<br><a rel="me" href="https://mastodon.hams.social/@nq4t">Mastodon</a> &middot; mail: nq4t(at)nq4t.com</h6>
</div>
</div>