panr / hugo-theme-terminal

A simple, retro theme for Hugo
MIT License
1.96k stars 737 forks source link

Fixed stray `::` when there's no other content to show #461

Closed Thunder33345 closed 1 year ago

Thunder33345 commented 1 year ago

This PR moves the :: character so that it's only visible under the condition that the accompanying content will be shown I assume the duplicated :; is bug, it should only be shown once between each component to act as a delimiter

Some images of the patch:

Changes to list.html: list without author list without author

Changes to single.html without update or author without update or author

Original appearances:

Before the fixes, In both images, notice the redundant :: in single.html: image In list.html: image