This commit is contained in:
2023-10-16 18:53:40 +01:00
parent 328473e596
commit 9b04b09f33
7 changed files with 59 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
{{> "icons/svglogo"}}
<span class="logo-mark">{{> "icons/greater-icon"}}</span>
<span class="logo-text">sd.ai</span>
<span class="logo-cursor"></span>
+1 -1
View File
@@ -6,7 +6,7 @@
{{#if @site.logo}}
<img src="{{@site.logo}}" alt="{{@site.title}}">
{{else}}
{{@site.title}}
{{> "components/logo"}}
{{/if}}
</a>
{{> "search-toggle"}}