Skip to content

Commit e828f52

Browse files
author
Tony Wasserka
committed
Re-add logo
1 parent 5774e80 commit e828f52

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

assets/scss/custom.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/_default/params.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
BookRepo = 'https://github.com/mikage-emu/3dbrew'
22
BookEditPath = 'edit/main'
3+
BookLogo = '3dbrew2.png'
34

45
[article]
56
readingTime = false

layouts/partials/docs/brand.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<a class="flex justify-center" href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
2+
{{- with .Site.Params.BookLogo -}}
3+
<img src="{{ . | relURL }}" alt="Logo" />
4+
{{- end -}}
5+
</a>
File renamed without changes.

0 commit comments

Comments
 (0)