aboutsummaryrefslogtreecommitdiff
path: root/350
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /350
Initial versionHEADmain
Diffstat (limited to '350')
-rw-r--r--350/index.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/350/index.md b/350/index.md
new file mode 100644
index 0000000..cd2f5a9
--- /dev/null
+++ b/350/index.md
@@ -0,0 +1,25 @@
+Title: Consider support for CSS used by Hugo PaperMod theme
+Author: dslgr
+Created: Tue, 04 Feb 2025 01:03:01 +0000
+State: closed
+
+It looks like Hugo PaperMod uses some CSS that isn't supported by Dillo. The blog entry links on the homepage aren't working. It maybe particularly good to support as it is the most popular [hugo theme by github stars](https://github.com/topics/hugo-theme).
+
+https://adityatelange.github.io/hugo-PaperMod/
+
+--%--
+From: rodarima
+Date: Tue, 04 Feb 2025 18:15:42 +0000
+
+Fix your theme so it works without JS or CSS, this is awful:
+
+```
+<a class="entry-link"
+ aria-label="post link to Install / Update PaperMod"
+ href="https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/">
+</a>
+```
+
+The `a` tag should contain the whole entry, not be empty.
+
+Improving Dillo CSS support is already planned. \ No newline at end of file