This commit introduces three new documentation files: `anwendungen.md` for AI solution use cases, `stylesheets/modules/blog.scss` for blog-specific styling, and `datenschutz.md` for the privacy policy. Additionally, it enhances blog author and sidebar styling for consistency and readability.
7 lines
194 B
HTML
7 lines
194 B
HTML
{% if page and page.meta and page.meta.title %}
|
|
{{ page.meta.title }}
|
|
{% elif page and page.title and not page.is_homepage %}
|
|
{{ page.title }}
|
|
{% else %}
|
|
{{ config.site_name }}
|
|
{% endif %} |