|
3 | 3 | meta(charset="utf-8")
|
4 | 4 | meta(name="viewport" content="width=device-width, initial-scale=1.0")
|
5 | 5 | //- meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0")
|
6 |
| - meta(name='ir-site-verification-token', value='-676786771') |
| 6 | + meta(name='ir-site-verification-token' value='-676786771') |
7 | 7 |
|
8 | 8 | if renderData && renderData.title
|
9 | 9 | title #[= renderData.title ] | #[= meta.siteTitle ]
|
|
33 | 33 | meta(name="msapplication-wide310x150logo" content="/assets/favicon/mstile-310x150.png")
|
34 | 34 | meta(name="msapplication-square310x310logo" content="/assets/favicon/mstile-310x310.png")
|
35 | 35 |
|
36 |
| - link(rel="stylesheet", href="/assets/style.css") |
37 |
| - link(rel="alternate", href="/feed.xml", type="application/atom+xml", title=`${meta.siteTitle} Atom Feed`) |
| 36 | + link(rel="stylesheet" href="/assets/style.css") |
| 37 | + link(rel="alternate" href="/feed.xml" type="application/atom+xml", title=`${meta.siteTitle} Atom Feed`) |
| 38 | + script(src="https://kit.fontawesome.com/8ad5d26e9a.js" crossorigin="anonymous") |
38 | 39 |
|
39 | 40 | body
|
40 | 41 | if meta.build.env === 'development'
|
|
50 | 51 | p
|
51 | 52 | small: em Currently in #[a(href='/location')= nomadlist.now.string]
|
52 | 53 |
|
| 54 | + section.social |
| 55 | + a(href="/youtube" title="YouTube Profile — External Link" target="_blank") |
| 56 | + i(class="fa-brands fa-youtube") |
| 57 | + a(href="/instagram" title="Instagram Profile — External Link" target="_blank") |
| 58 | + i(class="fa-brands fa-instagram") |
| 59 | + a(href="/twitter" title="Twitter Profile — External Link" target="_blank") |
| 60 | + i(class="fa-brands fa-twitter") |
| 61 | + |
53 | 62 | nav.navMain
|
54 | 63 | ul
|
55 | 64 | li
|
56 | 65 | a(href="/") Home
|
57 |
| - li |
58 |
| - a(href="/blog") Blog |
59 | 66 | li
|
60 | 67 | a(href="/now") Now
|
61 | 68 | li
|
62 |
| - a(href="/consulting") Consulting |
63 |
| - |
64 |
| - li |
65 |
| - a(href="/courses", title="Skillshare Profile — External Link", target="_blank") Courses |
| 69 | + a(href="/support") Support |
66 | 70 | li
|
67 | 71 | a(href="/gear") Gear
|
68 |
| - li |
69 |
| - a(href="/books") Books |
70 |
| - li |
71 |
| - a(href="/movies") Movies |
72 | 72 |
|
73 |
| - li |
74 |
| - a(href="/youtube", title="YouTube Profile — External Link", target="_blank") YouTube |
75 |
| - li |
76 |
| - a(href="/instagram", title="Instagram Profile — External Link", target="_blank") Instagram |
77 |
| - li |
78 |
| - a(href="/twitter", title="Twitter Profile — External Link", target="_blank") Twitter |
79 |
| - li |
80 |
| - a(href="/newsletter") Newsletter |
| 73 | + //- li |
| 74 | + //- a(href="/consulting") Consulting |
| 75 | + //- li |
| 76 | + //- a(href="/courses" title="Skillshare Profile — External Link" target="_blank") Courses |
| 77 | + //- li |
| 78 | + //- a(href="/blog") Blog |
| 79 | + //- li |
| 80 | + //- a(href="/books") Books |
| 81 | + //- li |
| 82 | + //- a(href="/movies") Movies |
| 83 | + //- li |
| 84 | + //- a(href="/newsletter") Newsletter |
| 85 | + //- li |
| 86 | + //- a(href="/newsletter/archive" title="Creation Overview" target="_blank") Creations |
| 87 | +
|
81 | 88 |
|
82 |
| - li |
83 |
| - a(href="/newsletter/archive", title="Creation Overview", target="_blank") Creations |
84 | 89 | li
|
85 | 90 | a(href="/podcast") Podcast
|
86 |
| - li |
87 |
| - a(href="/support") Support |
88 | 91 | li
|
89 | 92 | a(href="/more") More
|
90 | 93 |
|
@@ -134,39 +137,39 @@ body
|
134 | 137 |
|
135 | 138 | //- Matomo Analytics
|
136 | 139 | if meta.build.env === 'production'
|
137 |
| - script(type="text/javascript"). |
138 |
| - var _paq = window._paq || []; |
139 |
| - _paq.push(["setDoNotTrack", true]); |
140 |
| - _paq.push(["disableCookies"]); |
141 |
| - _paq.push(['trackPageView']); |
142 |
| - _paq.push(['enableLinkTracking']); |
143 |
| - (function() { |
144 |
| - var u="https://matomo.spiegl.co/"; |
145 |
| - _paq.push(['setTrackerUrl', u+'matomo.php']); |
146 |
| - _paq.push(['setSiteId', '1']); |
147 |
| - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
148 |
| - g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
149 |
| - })(); |
| 140 | + //- script(type="text/javascript"). |
| 141 | + //- var _paq = window._paq || []; |
| 142 | + //- _paq.push(["setDoNotTrack", true]); |
| 143 | + //- _paq.push(["disableCookies"]); |
| 144 | + //- _paq.push(['trackPageView']); |
| 145 | + //- _paq.push(['enableLinkTracking']); |
| 146 | + //- (function() { |
| 147 | + //- var u="https://matomo.spiegl.co/"; |
| 148 | + //- _paq.push(['setTrackerUrl', u+'matomo.php']); |
| 149 | + //- _paq.push(['setSiteId', '1']); |
| 150 | + //- var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
| 151 | + //- g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
| 152 | + //- })(); |
150 | 153 |
|
151 | 154 | //- Littlefoot - Footnotes
|
152 | 155 | script(src="https://cdn.jsdelivr.net/npm/littlefoot@3.3/dist/littlefoot.min.js")
|
153 | 156 | script(type="application/javascript").
|
154 | 157 | littlefoot.default({
|
155 | 158 | buttonTemplate: `<sup
|
156 |
| - aria-expanded="false" |
157 |
| - aria-label="Footnote <% number %>" |
158 |
| - class="footnote-ref"> |
159 |
| - <a |
160 |
| - href="#<% reference %>" |
161 |
| - class="footnote-ref" |
162 |
| - id="<% reference %>" |
163 |
| - data-footnote-identifier="<% reference %>" |
164 |
| - data-footnote-style="default" |
165 |
| - alt="See Footnote <% number %>" |
166 |
| - rel="footnote" |
167 |
| - data-footnote-content="<% content %>"> |
168 |
| - <% number %> |
169 |
| - </a></sup>` |
| 159 | + aria-expanded="false" |
| 160 | + aria-label="Footnote <% number %>" |
| 161 | + class="footnote-ref"> |
| 162 | + <a |
| 163 | + href="#<% reference %>" |
| 164 | + class="footnote-ref" |
| 165 | + id="<% reference %>" |
| 166 | + data-footnote-identifier="<% reference %>" |
| 167 | + data-footnote-style="default" |
| 168 | + alt="See Footnote <% number %>" |
| 169 | + rel="footnote" |
| 170 | + data-footnote-content="<% content %>"> |
| 171 | + <% number %> |
| 172 | + </a></sup>` |
170 | 173 | })
|
171 | 174 | Array.prototype.forEach.call(document.querySelectorAll('.footnotes.footnote-print-only, .footnotes .footnote-print-only'), e => e.classList.remove('footnote-print-only'))
|
172 | 175 | Array.prototype.forEach.call(document.querySelectorAll('.footnote-backref'), (el) => { el.href = el.href.replace('#', '#lf-') })
|
|
0 commit comments