Skip to content
Snippets Groups Projects
Commit d436882d authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Simplify home template by extending index

parent adc724d4
No related branches found
No related tags found
1 merge request!126Simplify home template by extending index
Pipeline #171981 passed
{% 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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment