Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Hubs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ar-noc
Hubs
Commits
5849115a
Unverified
Commit
5849115a
authored
6 years ago
by
C. Van Wiemeersch
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate `meta[name=viewport]` tag
from
32fc4aba
in PR #243
parent
2c0c6262
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hub.html
+2
-3
2 additions, 3 deletions
src/hub.html
with
2 additions
and
3 deletions
src/hub.html
+
2
−
3
View file @
5849115a
...
@@ -5,11 +5,10 @@
...
@@ -5,11 +5,10 @@
<!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS -->
<!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS -->
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
http-equiv=
"origin-trial"
data-feature=
"WebVR (For Chrome M62+)"
data-expires=
"<%= ORIGIN_TRIAL_EXPIRES %>"
content=
"<%= ORIGIN_TRIAL_TOKEN %>"
>
<meta
http-equiv=
"origin-trial"
data-feature=
"WebVR (For Chrome M62+)"
data-expires=
"<%= ORIGIN_TRIAL_EXPIRES %>"
content=
"<%= ORIGIN_TRIAL_TOKEN %>"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"/favicon.ico"
/
>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"/favicon.ico"
>
<title>
Get together | Hubs by Mozilla
</title>
<title>
Get together | Hubs by Mozilla
</title>
<link
href=
"https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700"
rel=
"stylesheet"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment