Skip to content
Snippets Groups Projects
Commit 945858f9 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'new_graphical' into 'master'

New graphical

merge

See merge request !6
parents 9474700f b39c8e42
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!6New graphical
Pipeline #
<nav aria-label="Navigation"> <nav aria-label="Navigation">
{% set home = repo_url | default("/", true) %}
<a href="{{ home }}" class="project">
<div class="banner">
{% if config.extra.logo %}
<div class="logo">
<img src="{{ base_url }}/{{ config.extra.logo }}">
</div>
{% endif %}
</div>
</a>
<div class="scrollable"> <div class="scrollable">
<ul class="repo"> <ul class="repo">
<li class="repo-download"> <li class="repo-download">
......
...@@ -5,7 +5,18 @@ ...@@ -5,7 +5,18 @@
<span></span> <span></span>
</label> </label>
</div> </div>
<div class="stretch"> <div class="stretch">
{% set home = repo_url | default("/", true) %}
<a href="{{ home }}" class="project">
<div class="banner">
{% if config.extra.logo %}
<div class="logo">
<img src="{{ base_url }}/{{ config.extra.logo }}">
</div>
{% endif %}
</div>
</a>
<div class="title"> <div class="title">
{% if current_page %} {% if current_page %}
<span class="path"> <span class="path">
......
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