11 Commits
Author SHA1 Message Date
Marek Pikuła 08ac7bf6cf Don't wrap navbar item text
It prevents from separator misalignment in certain screen sizes.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-07 14:04:08 +02:00
Marek Pikuła 89597da9a8 Fix navbar separator on mobile sizes
Before, the separator stayed as vertical line in mobile orientation.
Now, it's replaced with dropdown separator (i.e., horizontal line).

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-07 14:04:02 +02:00
Marek Pikuła 7b480c51ca Add optional navbar separator
It cleanly separates the home page sections from the main menu.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 20:46:59 +02:00
Marek Pikuła b7540c728d Add option to specify message rows for formspree form
Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 20:06:11 +02:00
Marek Pikuła 50ce9a0ac5 Make opening tag link in a new tab optional
Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 19:53:40 +02:00
Marek Pikuła 07fc9f91ad Move custom style declaration to baseof
This ensures that custom style takes precedent over theme styles. Useful
when overriding theme styles for, e.g., single page.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 19:41:23 +02:00
Marek Pikuła 63ed2d74f3 Fix disabling navbar logo
Previously, even if `navbar.showBrandLogo` was set to false, the navbar
logo would be shown.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 01:10:21 +02:00
Marek Pikuła 9b5ef18fd9 Add option to globally disable single page social share
Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 01:06:55 +02:00
Marek Pikuła bfc0f01a46 Hide vertical rule in single if no author is set
Before, even if no author was set, vertical rule was shown before the
date on the top of a single page.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 00:59:04 +02:00
Marek Pikuła e36a0e76d0 Don't show footer logo if images are not set
Previously, an empty image was shown if neither `navbar.brandLogo` or
`favicon` were set.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 00:51:39 +02:00
Marek Pikuła 0a95ffa08a Don't open hero social link if href is local
In case link for a social icon in the hero image is set to local link
(e.g., "#contact"), don't open it in a new tab. It's useful if you don't
want to publish a link to your e-mail in clear text, and rather redirect
user to the contact form.

Signed-off-by: Marek Pikuła <[email protected]>
2024-06-02 00:49:36 +02:00