mirror of https://github.com/bastienwirtz/homer
modified: updated hover text example for SecondaryLink service documentation.
parent
5d3029eb75
commit
8146ba28bc
|
@ -62,7 +62,7 @@ The following configuration is available for the SecondaryLink service:
|
|||
- type: "SecondaryLink"
|
||||
SecondaryLinkUrl: "https://my-second-link" # url for the second link
|
||||
SecondaryLinkTarget: "_blank" # optional html tag target attribute.
|
||||
SecondaryLinkHover: " " # optional text to show when the second link is hovered over.
|
||||
SecondaryLinkHover: "More Info" # optional text to show when the second link is hovered over.
|
||||
SecondaryLinkIcon: "fas fa-circle-info" # icon to use as the visual indicator of the link
|
||||
```
|
||||
Like the rest of Homer, FontAwesome icons can be used for the SecondaryLinkIcon.
|
||||
|
|
Loading…
Reference in New Issue