logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: a76058fc1d2ad117538f44305e5c949e73cfd214
parent: bdb0c6e418b89b841496737c22ecef65cbe6150d
Author: kaniini <nenolod@gmail.com>
Date:   Mon, 26 Nov 2018 23:59:30 +0000

Merge branch 'fix/pleromafe-title' into 'develop'

Replace hardcoded <title>

See merge request pleroma/pleroma!476

Diffstat:

Mlib/pleroma/web/templates/layout/app.html.eex4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex @@ -2,7 +2,9 @@ <html> <head> <meta charset=utf-8 /> - <title>Pleroma</title> + <title> + <%= Application.get_env(:pleroma, :instance)[:name] %> + </title> <style> body { background-color: #282c37;