<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal/layouts/_default, branch 2024.08.16</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2024.08.16</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2024.08.16'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2024-08-16T00:00:00Z</updated>
<entry>
<title>Fix bug in bold/italics regex</title>
<updated>2024-08-16T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-08-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=2a15d2c7176462ca55d1852813c050bfc70aaa5f702aa6365f3ad76fc4085772'/>
<id>urn:sha256:2a15d2c7176462ca55d1852813c050bfc70aaa5f702aa6365f3ad76fc4085772</id>
<content type='text'>
Bold/italics regex must not match greedily.
</content>
</entry>
<entry>
<title>Remove accidentally-introduced extra newline</title>
<updated>2024-07-04T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>mail@nicholasjohnson.ch</email>
</author>
<published>2024-07-04T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=3afdd7e41c6d0d428ecca4b25e23137df8594c982438a886e73340911e0be84f'/>
<id>urn:sha256:3afdd7e41c6d0d428ecca4b25e23137df8594c982438a886e73340911e0be84f</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
