mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
branding
This commit is contained in:
parent
48eda4ff5d
commit
e0e0d3c84d
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ header.header
|
|||
a.header__link href='/'
|
||||
i.fa.fw.favicon-home
|
||||
span.fa__text.hide-limited-desktop.hide-mobile
|
||||
' Philomena
|
||||
' Derpibooru
|
||||
a.header__link.hide-mobile href="/images/new" title="Upload"
|
||||
i.fa.fa-upload
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ html lang="en"
|
|||
title
|
||||
= if assigns[:title] do
|
||||
=> assigns[:title]
|
||||
' - Philomena
|
||||
' - Derpibooru
|
||||
- else
|
||||
' Philomena
|
||||
' Derpibooru
|
||||
link rel="stylesheet" href=stylesheet_path(@conn, @current_user)
|
||||
link rel="icon" href="/favicon.ico" type="image/x-icon"
|
||||
link rel="icon" href="/favicon.svg" type="image/svg+xml"
|
||||
|
|
Loading…
Reference in a new issue