Skip to content

Commit

Permalink
Re-add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Wasserka committed Sep 22, 2024
1 parent 5774e80 commit e828f52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/scss/custom.scss

This file was deleted.

1 change: 1 addition & 0 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BookRepo = 'https://github.com/mikage-emu/3dbrew'
BookEditPath = 'edit/main'
BookLogo = '3dbrew2.png'

[article]
readingTime = false
Expand Down
5 changes: 5 additions & 0 deletions layouts/partials/docs/brand.html
Original file line number Diff line number Diff line change
@@ -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>
File renamed without changes

0 comments on commit e828f52

Please sign in to comment.