Skip to content

Commit

Permalink
Merge branch 'main' into 4276-remove-default-slot-on-host-for-post-logo
Browse files Browse the repository at this point in the history
  • Loading branch information
schaertim committed Dec 19, 2024
2 parents 24366ea + e8d0d36 commit 6b82863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { html } from 'lit-html';

export default html`<post-header>
<!-- Logo -->
<post-logo slot="post-logo">Homepage</post-logo>
<post-logo slot="post-logo" url="/">Homepage</post-logo>
<!-- Meta navigation -->
<ul class="list-inline" slot="meta-navigation">
Expand Down

0 comments on commit 6b82863

Please sign in to comment.