Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fachgruppenwebseite Metadaten
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
fginfo
Fachgruppenwebseite Metadaten
Commits
84966eb5
Verified
Commit
84966eb5
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
updated base.html
parent
25661c66
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/templates/base.html
+4
-4
4 additions, 4 deletions
theme/templates/base.html
with
4 additions
and
4 deletions
theme/templates/base.html
+
4
−
4
View file @
84966eb5
<!DOCTYPE html>
{%- import 'macros/getters.html' as get with context -%}
{#
{%- import 'macros/cards.html' as cards with context -%}
{%- import 'macros/renderers.html' as render with context -%}
#}
{%- import 'macros/cards.html' as cards with context -%}
{%- import 'macros/renderers.html' as render with context -%}
<html
lang=
"{%- block html_lang -%}{{ l }}{%- endblock html_lang -%}"
>
<head>
...
...
@@ -46,8 +46,8 @@
{%- endcall -%}
{%- elif item.slug is defined -%}
{%- call(page) get.page_by_slug(item.slug, l) -%}
{%- call(
tag
title,
tag
color,
tag
url,
tag
page,
tag
pages) get.tag_by_name(page.category, l) -%}
<li
style=
"--category-color: {{
tag
color }}"
><a
href=
"{{ siteurl }}/{{ page.url }}"
>
{{ page.title|e }}
</a></li>
{%- call(
cat
title,
cat
color,
cat
url,
cat
page,
cat
pages) get.tag_by_name(page.category, l) -%}
<li
style=
"--category-color: {{
cat
color }}"
><a
href=
"{{ siteurl }}/{{ page.url }}"
>
{{ page.title|e }}
</a></li>
{%- endcall -%}
{%- endcall -%}
{%- else -%}
...
...
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