0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

🎨Updated private mode message (#9677)

closes #9676

- changed "blog" to "site"
- use blog title for meta title description
This commit is contained in:
Miguel Piedrafita 2018-06-11 23:35:23 +02:00 committed by Katharina Irrgang
parent 56ef66ccfe
commit d506e86f76

View file

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Ghost - Private Blog Access</title>
<title>{{@blog.title}} - Private Site Access</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
@ -25,7 +25,7 @@
<div class="gh-flow-content-wrap">
<section class="gh-flow-content">
<header>
<h1>This blog is private</h1>
<h1>This site is private</h1>
</header>
<form class="gh-signin" method="post" novalidate="novalidate">
<div class="form-group{{#if error}} error{{/if}}">