<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal/layouts/_default, branch 2024.06.30</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2024.06.30</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2024.06.30'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2024-06-28T00:00:00Z</updated>
<entry>
<title>Revert "Don't add rel="noreferrer" to non-web links"</title>
<updated>2024-06-28T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-06-28T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=821b58957a5625ac30ce5c5c3a588b8eb19f99a0a0cbb2e71a1ef67d89c9c58c'/>
<id>urn:sha256:821b58957a5625ac30ce5c5c3a588b8eb19f99a0a0cbb2e71a1ef67d89c9c58c</id>
<content type='text'>
This reverts commit f34e453196b85e756b16f5ff668d15c2462948e6778657907ff52821d360309b.

Adding rel="noreferrer" to non-http-prefixed links was believed to be a
noop, but this overlooks relative links. For privacy reasons, relative
links must not send referrer headers.
</content>
</entry>
<entry>
<title>Correct reference index counting</title>
<updated>2024-06-18T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-06-18T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=5dedbac7a3de4fcbf4d13dbeeec82dd2f277c21e6d7f201def813a6776196e54'/>
<id>urn:sha256:5dedbac7a3de4fcbf4d13dbeeec82dd2f277c21e6d7f201def813a6776196e54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Save link index in map</title>
<updated>2024-06-11T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-06-11T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=17077bcfbc585dc22d75cbe0d594e011041568ac6f81b5ae20afedf2e0ca3886'/>
<id>urn:sha256:17077bcfbc585dc22d75cbe0d594e011041568ac6f81b5ae20afedf2e0ca3886</id>
<content type='text'>
This removes the need to recount.
</content>
</entry>
<entry>
<title>Work around slices bug in Hugo v0.114.0 or newer</title>
<updated>2024-06-11T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-06-11T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=dec9d570fc72eb3035d1a8634bb4cafeda49d7bf2d5fe7017ffa088831214638'/>
<id>urn:sha256:dec9d570fc72eb3035d1a8634bb4cafeda49d7bf2d5fe7017ffa088831214638</id>
<content type='text'>
I used a slice of maps instead of a slice of slices, as recommended in
the Hugo issue tracking the bug:

https://github.com/gohugoio/hugo/issues/11131#issuecomment-1601769489
</content>
</entry>
<entry>
<title>Fix Gemini incorrectly rendering (un)ordered lists</title>
<updated>2024-05-20T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-20T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=a9b232e3fc3431ae4d5f75b00c2415f471ff5c9f48979655889a145291b8665b'/>
<id>urn:sha256:a9b232e3fc3431ae4d5f75b00c2415f471ff5c9f48979655889a145291b8665b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give rationale for bold/italics code</title>
<updated>2024-05-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=b872ebadbb64c755f60f867acaa373e9109c0256713891c92dfbdb362dd5dbcf'/>
<id>urn:sha256:b872ebadbb64c755f60f867acaa373e9109c0256713891c92dfbdb362dd5dbcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve bold/italics regex</title>
<updated>2024-05-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=61ba4b8cbb02bde9c62faa2698f7e0a419fe60a98193b2a70de1a2b475bb39c8'/>
<id>urn:sha256:61ba4b8cbb02bde9c62faa2698f7e0a419fe60a98193b2a70de1a2b475bb39c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve comments</title>
<updated>2024-05-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=4b02ee6ac412cf1111dfb3c34e0ebd8adfd5758115aaea25ccee8658d6d7e590'/>
<id>urn:sha256:4b02ee6ac412cf1111dfb3c34e0ebd8adfd5758115aaea25ccee8658d6d7e590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct heading regex</title>
<updated>2024-05-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=760689a40925e3f8445310fd5410e8e56265d409a071f25f2db253721f84c982'/>
<id>urn:sha256:760689a40925e3f8445310fd5410e8e56265d409a071f25f2db253721f84c982</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't match newlines in link regex</title>
<updated>2024-05-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2024-05-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=28b1d565836f56893413172ecb9228bd1cc4a531c702d47275e98bdb0433e125'/>
<id>urn:sha256:28b1d565836f56893413172ecb9228bd1cc4a531c702d47275e98bdb0433e125</id>
<content type='text'>
</content>
</entry>
</feed>
