Browse Source

Scripted auto-commit on change (2020-07-21 16:32:40) by gitwatch.sh

master
jk 4 years ago
parent
commit
9c65f4393e
  1. 3
      themes/nipponalba/layouts/index.html
  2. 1
      themes/nipponalba/layouts/partials/aside.html

3
themes/nipponalba/layouts/index.html

@ -4,6 +4,9 @@
<section class="latest_note"><h2>Latest note</h2>
{{ range (first 1 (where .Site.RegularPages "Type" "=" "note")) }}
<article class="index-note h-entry entry">
<section class="author" style="display:none;">
<a rel="author" class="p-author h-card" rel="me" href="https://jon.kelbie.scot">{{ .Site.Params.Author }}<img src="/images/profile1.jpg"/></a>
</section>
<section class="e-content">{{ .Content }}
</section>
<section class="info">

1
themes/nipponalba/layouts/partials/aside.html

@ -25,6 +25,7 @@
<section style="display:none">
<span class="p-country-name">Scotland or Japan</span>
<a class="u-email" rel="me" href="mailto:jon@kelbie.scot"></a>
<a class="u-url u-uid" rel="me" href="https://jon.kelbie.scot"></a>
</section>
<section class="doing">
<section class="reading h-product"><i class="fa fa-book" aria-hidden="true" target="_blank"></i> <a href="https://www.hive.co.uk/Product/T-M-Devine/The-Scottish-Nation--A-Modern-History/13951947" class="u-url"><span class="p-name">The Scottish Nation</span><img class="u-photo" src="/images/reading/the-scottish-nation.jpg"/></a></section>

Loading…
Cancel
Save