ananke/layouts/partials
Cyrill Raccaud 9fc4b73a36
theme(fix): header image positioning (#731)
Currently, the header image for a post is `bg-top`, but it would be nice
the control this behavior to lets say `top|center|bottom`, as often the
interesting part of an image is in the center. Using the
`featured_image_class` param, one can now customize the class to control
the alignment of the featured header image. It is also possible to add
additional classes for further customization if needed.


Default case:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2">

Same as default case but set explicitly `featured_image_class = cover
bg-top`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 10"
src="https://github.com/user-attachments/assets/477bafd2-e50a-44bf-93df-2289cb8380b2">

`featured_image_class = cover bg-center`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 27"
src="https://github.com/user-attachments/assets/7bae039d-d31b-405b-b5c0-0dc9e13a4f8c">

`featured_image_class = cover bg-bottom`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 23 36"
src="https://github.com/user-attachments/assets/52dc14cd-2a30-4763-ae90-353d10fb34e7">

`featured_image_class = contain bg-top`:

<img width="1512" alt="Bildschirmfoto 2024-10-12 um 14 29 16"
src="https://github.com/user-attachments/assets/1ee6f371-f2b4-4740-924d-9ea6c1a44df8">

**Code formatting**

<!-- See the simple style guide. -->

**Closing issues**

Closes #729
2024-10-21 14:57:39 +07:00
..
func theme(fix): use internal methods to evaluate environment 2024-10-21 10:03:45 +07:00
social theme(fix): bring some logic into /disabled sharing 2024-10-21 06:54:33 +07:00
svg Remove template tags from socials SVGs 2022-02-02 10:15:01 -05:00
commento.html Add commento (#178) 2019-06-09 15:46:06 -04:00
head-additions.html Add head partial (#285) 2020-06-03 16:01:01 -05:00
i18nlist.html Added support for Right-To-Left languages (#532) 2022-04-21 14:17:49 -04:00
menu-contextual.html Fix TOC header (#168) 2019-03-26 16:45:46 -04:00
new-window-icon.html Open social media links in new tab and add Medium icon (#143) 2018-11-27 18:44:27 -05:00
page-header.html theme(fix): header image positioning (#731) 2024-10-21 14:57:39 +07:00
site-favicon.html Use relative URL for favicon (#251) 2020-06-03 10:17:41 -04:00
site-footer.html theme(feat): social media follow links 2024-10-20 12:47:56 +07:00
site-header.html theme(fix): header image positioning (#731) 2024-10-21 14:57:39 +07:00
site-navigation.html theme(feat): social media follow links 2024-10-20 12:47:56 +07:00
site-scripts.html Re-introducing site-scripts partial for user to overwrite 2021-12-23 16:33:51 -05:00
site-style.html Refactor styling to drop PostCSS (#424) 2021-06-15 09:58:27 -04:00
summary-with-image.html Only apply the absURL on images served through satic directory (#557) 2022-06-10 15:36:57 -04:00
summary.html Use .Render for summary and summary-with-image throughout (#498) 2022-01-19 11:24:13 -05:00
tags.html Improve links for sitemap and taxonomies (#569) 2022-09-07 08:36:32 -04:00