Add logo
This commit is contained in:
@@ -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>
|
||||
@@ -6,7 +6,7 @@
|
||||
{{#if @site.logo}}
|
||||
<img src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
{{else}}
|
||||
{{@site.title}}
|
||||
{{> "components/logo"}}
|
||||
{{/if}}
|
||||
</a>
|
||||
{{> "search-toggle"}}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
|
||||
<path fill="none" d="M15 8l14.729 14.382L15 35.367" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 146 B |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 78 KiB |
Reference in New Issue
Block a user