Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
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
Arkindex
Documentation
Commits
d436882d
Commit
d436882d
authored
11 months ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Simplify home template by extending index
parent
adc724d4
No related branches found
No related tags found
1 merge request
!126
Simplify home template by extending index
Pipeline
#171981
passed
11 months ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/home.html
+1
-17
1 addition, 17 deletions
templates/home.html
with
1 addition
and
17 deletions
templates/home.html
+
1
−
17
View file @
d436882d
{% extends "book/templates/index.html" %}
{% block extra_head %}
<link
rel=
"stylesheet"
href=
"{{ get_url(path="
main.css
")
|
safe
}}"
>
{% endblock extra_head %}
{% block before_menu %}
<div
class=
"logo"
>
<a
href=
"/"
>
{% set image = resize_image(path="../static/icons/book.png", width=38, op="fit_width") %}
<img
src=
"{{ image.url }}"
alt=
"Documentation logo"
>
<span>
Arkindex Documentation
</span>
</a>
</div>
{% endblock before_menu %}
{% extends "index.html" %}
{% block content %}
{{ section.content | safe }}
...
...
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