am1t / microdotblog-paper

🪴 A simple, clean, flexible Hugo theme
https://hugo-paper.vercel.app
MIT License
17 stars 18 forks source link

Entries are not linked #6

Closed modomiro closed 2 years ago

modomiro commented 2 years ago

Hello Amit, I like your theme a lot. Thank you! The thing is: On my homepage the links from the entries to the articles do not work. I do use some custom.css, but I didn't change the partials. I don't know what your theme broke (probably me :-/ ). Any idea?

<article class="post-entry">

  <time>Feb 27, 2022</time>
  <p>I am just so tired. In every way. So. Tired.</p>
  <a href="https://modomiro.micro.blog/2022/02/27/i-am-just.html"></a>
</article>
modomiro commented 2 years ago

It is just my own problem. Trying to avoid that "Finished reading" links are repositioned with .post-entry a{position:absolute;inset:0}. But overwriting breaks the links of the entries at the same time.