Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
142 stars 41 forks source link

Remove unnecessary <b> tag #150

Closed Hysterelius closed 9 months ago

Hysterelius commented 9 months ago

This change removes an unnecessary <b> tag within the series code.

Also, should the scur tag be moved outside of the .sblock? Meaning that the series side bar and the in-place series block both have consistent styling for the current page element.

This would mean that this would be scur: https://github.com/Jieiku/abridge/blob/4343b5799cdae7f75a0c4d639482dabfc2c5f318/templates/page.html#L67

netlify[bot] commented 9 months ago

Deploy Preview for abridge ready!

Name Link
Latest commit 5f71407fed91e7196aca6800fa56508380e2e454
Latest deploy log https://app.netlify.com/sites/abridge/deploys/65160aec799d600008dd5162
Deploy Preview https://deploy-preview-150--abridge.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Jieiku commented 9 months ago

yes that sounds good, use it for both.

Hysterelius commented 9 months ago

Done. The scur tag will have to be in a blockdiv to work but this makes sure it has less adverse effects.

Jieiku commented 9 months ago

Looks good, thanks!