Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-themes
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
static pages
mkdocs-themes
Compare revisions
23b936d3b98e4c168c79b8f5ca701d9f65d0d4a1 to f3f440382be289dc568dc2de98f89f21830fbdcb
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
infra/static-pages/mkdocs-themes
Select target project
No results found
f3f440382be289dc568dc2de98f89f21830fbdcb
Select Git revision
Swap
Target
infra/static-pages/mkdocs-themes
Select target project
infra/static-pages/mkdocs-themes
1 result
23b936d3b98e4c168c79b8f5ca701d9f65d0d4a1
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix legal link
· f3f44038
nd
authored
2 years ago
f3f44038
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
c3mkdocs/base.html
+2
-1
2 additions, 1 deletion
c3mkdocs/base.html
with
2 additions
and
1 deletion
c3mkdocs/base.html
View file @
f3f44038
...
@@ -153,7 +153,8 @@
...
@@ -153,7 +153,8 @@
{%- if config.copyright %}
{%- if config.copyright %}
<p>
{{ config.copyright }}
</p>
<p>
{{ config.copyright }}
</p>
{%- endif %}
{%- endif %}
<p>
Documentation built with
<a
href=
"https://www.mkdocs.org/"
>
MkDocs
</a>
.
<a
href=
"https://events.ccc.de/impressum/"
>
Impressum
</a></p>
<p>
Documentation built with
<a
href=
"https://www.mkdocs.org/"
>
MkDocs
</a>
.
<a
href=
"https://legal.cccv.de/"
>
Impressum und Datenschutzerklärung
</a></p>
{%- endblock %}
{%- endblock %}
</footer>
</footer>
...
...
This diff is collapsed.
Click to expand it.