We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5774e80 commit e828f52Copy full SHA for e828f52
assets/scss/custom.scss
config/_default/params.toml
@@ -1,5 +1,6 @@
1
BookRepo = 'https://github.com/mikage-emu/3dbrew'
2
BookEditPath = 'edit/main'
3
+BookLogo = '3dbrew2.png'
4
5
[article]
6
readingTime = false
layouts/partials/docs/brand.html
@@ -0,0 +1,5 @@
+ <a class="flex justify-center" href="{{ cond (not .Site.Home.File) .Sites.First.Home.RelPermalink .Site.Home.RelPermalink }}">
+ {{- with .Site.Params.BookLogo -}}
+ <img src="{{ . | relURL }}" alt="Logo" />
+ {{- end -}}
+ </a>
assets/3dbrew2.png renamed to static/3dbrew2.png
0 commit comments