Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
howto-cards LEGACY VERSION
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
R3
howto-cards LEGACY VERSION
Commits
99cae409
Verified
Commit
99cae409
authored
4 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
set license info in footer
parent
27380438
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!177
Develop
,
!176
set license info in footer
Pipeline
#33556
passed
4 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_includes/footer.html
+47
-0
47 additions, 0 deletions
_includes/footer.html
with
47 additions
and
0 deletions
_includes/footer.html
0 → 100644
+
47
−
0
View file @
99cae409
<footer
class=
"site-footer h-card"
>
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"footer-cp"
>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
class=
"lcsb-logo"
src=
"{{ '/assets/banners/lcsb-compact.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
<div
class=
"footer-text-container"
>
{% if page.shortcut %}
<p>
Share this page:
<a
href=
"{{ site.share_url }}{{ page.shortcut }}"
>
{{ site.share_url }}{{ page.shortcut }}
</a>
</p>
{% elsif page.include_link %}
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<p>
Share this page:
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
</p>
{% endif %}
<p>
The contents are available under the
<a
href=
"https://creativecommons.org/licenses/by-sa/4.0/"
>
Creative Commons Attribution-ShareAlike License (CC-BY-SA 4.0)
</a>
.
</p>
{% if site.siteID > 0 %}
{%- include policy.html -%}
{% endif %}
</div>
<div
class=
"social-container"
>
{%- include social.html -%}
</div>
</div>
</div>
</footer>
{% if site.siteID > 0 %}
{%- include gdpr-banner.html -%}
{% endif %}
\ No newline at end of file
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