diff options
author | Alex Legler <alex@a3li.li> | 2016-02-18 10:52:55 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-02-18 10:52:55 +0100 |
commit | 86451851711a8482e17767026c00d43021fe55f5 (patch) | |
tree | b26ca1b09555f17281d33db62153eb436980b69d | |
parent | Set <title> and <meta> description for advisory pages (diff) | |
download | security-86451851711a8482e17767026c00d43021fe55f5.tar.gz security-86451851711a8482e17767026c00d43021fe55f5.tar.bz2 security-86451851711a8482e17767026c00d43021fe55f5.zip |
Fix site title
-rw-r--r-- | views/layout.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb index 1a6dd46..4665bea 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -45,7 +45,7 @@ <img src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png" alt="Gentoo Linux Logo"> </object> </a> - <span class="site-label">Site Title</span> + <span class="site-label">Security</span> </div> </div> </div> |