about.html

 1<div class="about">
 2    <div class="about-divider">*****</div>
 3    <div class="about-text">
 4        Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
 5        on <span class="publish-date">{{ page.date | date: "%d %B %Y" }}</span>
 6    </div>
 7    <div class="explore-label">All content on this website is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> license.</div>
 8    <div class="explore-label"><i>(unless otherwise stated)</i></div>
 9</div>
10