<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hugo-theme-journal, branch 2023.11.03</title>
<subtitle>Hugo theme for my journal.</subtitle>
<id>https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2023.11.03</id>
<link rel='self' href='https://git.nicholasjohnson.ch/hugo-theme-journal/atom?h=2023.11.03'/>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/'/>
<updated>2023-11-03T00:00:00Z</updated>
<entry>
<title>Make layout spacing consistent</title>
<updated>2023-11-03T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-11-03T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879'/>
<id>urn:sha256:4d7ee5a0237665126e10990af8e49b8dcd19a717cdf2dcaa725bbc7c53e34879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use superscripted reference numbers for links</title>
<updated>2023-11-03T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-11-03T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=ac7486160b8a322abfa14fbe97cae4a6a1b7be81a7c9f80dfe3d7e43d2e8b429'/>
<id>urn:sha256:ac7486160b8a322abfa14fbe97cae4a6a1b7be81a7c9f80dfe3d7e43d2e8b429</id>
<content type='text'>
The implementation is ugly, but I couldn't find another way to
accomplish this.
</content>
</entry>
<entry>
<title>Convert Atom feed dates to UTC</title>
<updated>2023-10-15T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-10-15T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=324f7ead1c9333c8580277316ae9f620dfed3d715e805b5f824d6fe4da15567e'/>
<id>urn:sha256:324f7ead1c9333c8580277316ae9f620dfed3d715e805b5f824d6fe4da15567e</id>
<content type='text'>
Atom feed dates reported as UTC were not necessarily UTC. The entry
archetype converts from local to UTC by default, but the user may
override that behavior.
</content>
</entry>
<entry>
<title>Convert archetype dates to UTC</title>
<updated>2023-10-15T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-10-15T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=557d2f790c6a0f6ef2b842c67290f21a79fff8c00246b44ef33c527aab160d1b'/>
<id>urn:sha256:557d2f790c6a0f6ef2b842c67290f21a79fff8c00246b44ef33c527aab160d1b</id>
<content type='text'>
For privacy reasons, user time zones are not recorded at the moment they
are created by an archetype. Without knowing the time zone offset, the
true date is ambiguous. To correct this, all dates are converted to UTC.
</content>
</entry>
<entry>
<title>Fix division symbol in README.md</title>
<updated>2023-10-08T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-10-08T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=a9d1fbc5da1d690288c04ca1637723c3c88f873305276e91d814a9583476525b'/>
<id>urn:sha256:a9d1fbc5da1d690288c04ca1637723c3c88f873305276e91d814a9583476525b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trick browsers into not requesting absent favicon</title>
<updated>2023-09-28T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-09-28T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=4f8ab757e879910e8247e12ad49a043ff72e9efa718fcb73a1134551adf5cca6'/>
<id>urn:sha256:4f8ab757e879910e8247e12ad49a043ff72e9efa718fcb73a1134551adf5cca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add link underlines</title>
<updated>2023-09-16T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-09-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=0fe40764f8188a96fc4d25e37f2a0e4e025e4a8e5c026d8fd462ca9af0519503'/>
<id>urn:sha256:0fe40764f8188a96fc4d25e37f2a0e4e025e4a8e5c026d8fd462ca9af0519503</id>
<content type='text'>
Link underlines make links more accessible for users with low-contrast
vision.
</content>
</entry>
<entry>
<title>Shorten logo line-height</title>
<updated>2023-09-10T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-09-10T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=75777a49ccda2889853f1d7ac877e33ac0505e0d7863bc00b3cce3948a593635'/>
<id>urn:sha256:75777a49ccda2889853f1d7ac877e33ac0505e0d7863bc00b3cce3948a593635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add brackets around link index numbers</title>
<updated>2023-09-09T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-09-09T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=58f0967b0c845679b7f44eee494885639f58521e3923aeb97f1312b2d6757706'/>
<id>urn:sha256:58f0967b0c845679b7f44eee494885639f58521e3923aeb97f1312b2d6757706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Remove redundant CSS rule"</title>
<updated>2023-09-02T00:00:00Z</updated>
<author>
<name>Nicholas Johnson</name>
<email>nick@nicholasjohnson.ch</email>
</author>
<published>2023-09-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.nicholasjohnson.ch/hugo-theme-journal/commit/?id=89e7b7b8c4bdb63cb5f6f154fd0d9c18a4beabff57d1f01f1adbf8219b1a3d49'/>
<id>urn:sha256:89e7b7b8c4bdb63cb5f6f154fd0d9c18a4beabff57d1f01f1adbf8219b1a3d49</id>
<content type='text'>
This reverts commit 892f28ca9ba65a004046800747d4d3dfd6d37c6c.

Redundant CSS rule was not redundant.
</content>
</entry>
</feed>
