This commit is contained in:
byte[] 2019-12-19 23:09:47 -05:00
parent 48eda4ff5d
commit e0e0d3c84d
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"