Logo has hyperlink through it instead of underneath it
Opened this issue · 0 comments
LukeShortCloud commented
When setting a logo for a page, the hyperlink underneath is supposed to be rendered underneath the icon. Instead, it is rendered through the middle of it. Here is an example of what I am experiencing:
Compare this to the example photo in the README.md
file. That has a gem that is properly underlined.
Steps to Reproduce
-
Download an icon from cleanicons.xyz. In my attached screenshot, I am using "comment".
- Margin = 100px
- Color = ffffff (white)
- Transparent Background = checked (yes)
- Size = 512px
-
Add the image to the top-level
images
directory. -
Configure a new page to use the icon as a logo.
$ mkdir content/reproduce/ $ vim content/reproduce/ --- title: Reproduce logo: ../images/CleanIcons_font-awesome_512px_ffffff.png ---
Additional Comments
This may be related to this change: #16