Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
starter-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
cwp
starter-theme
Commits
c08bd677
Commit
c08bd677
authored
Jun 02, 2017
by
Robbie Averill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX Escape search term in page title
parent
ef4ab301
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/Page.ss
templates/Page.ss
+1
-1
No files found.
templates/Page.ss
View file @
c08bd677
...
...
@@ -2,7 +2,7 @@
<html
class=
"no-js"
lang=
"$ContentLocale"
>
<head>
<%
base_tag
%>
<title><%
if
$MetaTitle
%>$MetaTitle
<%
else
%>$Title<%
end_if
%>
|
$SiteConfig
.
Title
</title>
<title><%
if
$MetaTitle
%>$MetaTitle
.
XML<%
else
%>$Title
.
XML<%
end_if
%>
|
$SiteConfig
.
Title
.
XML
</title>
$MetaTags
(
false
)
<meta
name=
"viewport"
id=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=10.0,initial-scale=1.0"
/>
<%
if
$RSSLink
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment