Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EMBL design-system-mirror
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
embl.org
EMBL design-system-mirror
Commits
7e2e0c5d
Commit
7e2e0c5d
authored
5 years ago
by
Ken Hawkins
Browse files
Options
Downloads
Patches
Plain Diff
Fix title on homepage
parent
3feaee2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/site/_includes/layouts/base.njk
+1
-3
1 addition, 3 deletions
src/site/_includes/layouts/base.njk
src/site/index.md
+0
-2
0 additions, 2 deletions
src/site/index.md
with
1 addition
and
5 deletions
src/site/_includes/layouts/base.njk
+
1
−
3
View file @
7e2e0c5d
...
...
@@ -5,13 +5,11 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<style>
{
%
include
"css/app.css"
%
}
</style>
<link
rel=
"stylesheet"
media=
"all"
href=
"https://dev.assets.emblstatic.net/vf/develop/css/styles.css"
/>
<title>
{{ title or (renderData and renderData.title) }}
</title>
<title>
{{ title or (renderData and renderData.title)
or siteConfig.siteInformation.title
}}
</title>
</head>
<body
class=
"{{ bodyClass }}"
>
{% render '@vf-global-header' %}
<div
class=
"vf-body"
>
<div
class=
"vf-grid"
>
<div>
{{ content | safe }}
...
...
This diff is collapsed.
Click to expand it.
src/site/index.md
+
0
−
2
View file @
7e2e0c5d
---
renderData
:
title
:
"
{{
siteConfig.siteInformation.title
}}"
subtitle
:
No homepage, yet.
date
:
2018-08-22 12:24:50
layout
:
layouts/base.njk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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