Skip to content

Commit

Permalink
docs: add logo url for demo purposes (#4265)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Dec 19, 2024
1 parent c9145e8 commit e8d0d36
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>Homepage</post-logo>
<post-logo url="/">Homepage</post-logo>
<!-- Meta navigation -->
<ul class="list-inline" slot="meta-navigation">
Expand Down

0 comments on commit e8d0d36

Please sign in to comment.