Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luminy-org
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eloi Perdereau
luminy-org
Commits
6987a066
Commit
6987a066
authored
5 years ago
by
Eloi Perdereau
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
caabb8c3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_layouts/single.html
+2
-2
2 additions, 2 deletions
_layouts/single.html
_layouts/splash.html
+2
-2
2 additions, 2 deletions
_layouts/splash.html
with
4 additions
and
4 deletions
_layouts/single.html
+
2
−
2
View file @
6987a066
...
...
@@ -24,8 +24,8 @@ layout: default
<article
class=
"page"
itemscope
itemtype=
"https://schema.org/CreativeWork"
>
{% if page.title %}
<meta
itemprop=
"headline"
content=
"{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}"
>
{% endif %}
{% if page.excerpt %}
<meta
itemprop=
"description"
content=
"{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}"
>
{% endif %}
{% if page.date %}
<meta
itemprop=
"datePublished"
content=
"{{ page.date |
date:
date_to_xmlschema }}"
>
{% endif %}
{% if page.last_modified_at %}
<meta
itemprop=
"dateModified"
content=
"{{ page.last_modified_at |
date:
date_to_xmlschema }}"
>
{% endif %}
{% if page.date %}
<meta
itemprop=
"datePublished"
content=
"{{ page.date | date_to_xmlschema }}"
>
{% endif %}
{% if page.last_modified_at %}
<meta
itemprop=
"dateModified"
content=
"{{ page.last_modified_at | date_to_xmlschema }}"
>
{% endif %}
<div
class=
"page__inner-wrap"
>
{% unless page.header.type == 'overlay' or page.header.type == 'default' %}
...
...
This diff is collapsed.
Click to expand it.
_layouts/splash.html
+
2
−
2
View file @
6987a066
...
...
@@ -12,8 +12,8 @@ layout: default
<article
class=
"splash"
itemscope
itemtype=
"https://schema.org/CreativeWork"
>
{% if page.title %}
<meta
itemprop=
"headline"
content=
"{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}"
>
{% endif %}
{% if page.excerpt %}
<meta
itemprop=
"description"
content=
"{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}"
>
{% endif %}
{% if page.date %}
<meta
itemprop=
"datePublished"
content=
"{{ page.date |
date:
date_to_xmlschema
%d, %Y"
}}"
>
{% endif %}
{% if page.last_modified_at %}
<meta
itemprop=
"dateModified"
content=
"{{ page.last_modified_at |
date:
date_to_xmlschema
%d, %Y"
}}"
>
{% endif %}
{% if page.date %}
<meta
itemprop=
"datePublished"
content=
"{{ page.date | date_to_xmlschema }}"
>
{% endif %}
{% if page.last_modified_at %}
<meta
itemprop=
"dateModified"
content=
"{{ page.last_modified_at | date_to_xmlschema }}"
>
{% endif %}
<section
class=
"page__content"
itemprop=
"text"
>
{{ content }}
...
...
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