hugo-PaperMod/layouts/_default
Sean Mooney 3cf08c132c support links in text-based browsers
This change modifies the list template to add
an additional <a> to the article header.

The existing a tag uses the `entry-link` css class
to make the containing article cliable by forcing
`position: absolute` in combination with an empty
anchor element `<a class='entry-link'></a>`

This has the effect of making the entire article
clickable to navigate in a graphical browser however
it is not rendered in a text-based browser.

To correct this the title text in the article header
is wrapped in a second <a> tag. The `entry-link` css
class is not applied and default css is inherited.

Closes: #1716
2025-04-14 23:33:51 +01:00
..
_markup Use new 'Image render hook' template from Hugo. (#1526) 2024-11-03 13:02:57 +05:30
archives.html Add anchor link to archive layout headers 2024-05-01 13:56:39 +05:30
baseof.html Update minimum required Hugo version to 0.125.7 2024-11-03 13:13:11 +05:30
index.json Use site function instead of .Site or $.Site 2022-03-27 18:44:06 +05:30
list.html support links in text-based browsers 2025-04-14 23:33:51 +01:00
rss.xml [PATCH] tpl/tplimpl: Update RSS template 2024-04-13 11:49:09 +05:30
search.html Set maxlength for search input to 64 chars 2023-11-11 12:15:11 +05:30
single.html Add icon for 'draft' posts 2023-12-16 14:06:46 +05:30
terms.html Use site function instead of .Site or $.Site 2022-03-27 18:44:06 +05:30