From: Mark Felder Date: Mon, 26 Nov 2018 22:51:25 +0000 (+0000) Subject: Replace this hardcoded X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6cc94404d77f3afd0a6eefc36d5f4f5d1afbfa64;p=akkoma Replace this hardcoded <title> --- diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 2a8dede80..2e96c1509 100644 --- 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 + + <%= Application.get_env(:pleroma, :instance)[:name] %> +