Feat: remove logo, center title, fix links
This commit is contained in:
parent
edc12f1430
commit
c6ee0ce838
@ -88,7 +88,7 @@ aside {
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
padding: 20px;
|
||||
@ -98,6 +98,7 @@ aside {
|
||||
|
||||
h1 {
|
||||
margin: 15px 0 5px 0;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
@ -501,7 +502,7 @@ ul.social {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 25%;
|
||||
right: 2.5%;
|
||||
|
||||
article {
|
||||
|
||||
|
2
theme/static/stylesheet/style.min.css
vendored
2
theme/static/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -71,6 +71,7 @@
|
||||
<body>
|
||||
<aside>
|
||||
<div>
|
||||
<!--
|
||||
<a href="{{ SITEURL }}">
|
||||
{% if SITELOGO %}
|
||||
<img src="{{ SITELOGO }}" alt="{{ SITETITLE }}" title="{{ SITETITLE }}">
|
||||
@ -78,9 +79,11 @@
|
||||
<img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/profile.png" alt="{{ SITETITLE }}" title="{{ SITETITLE }}">
|
||||
{% endif %}
|
||||
</a>
|
||||
<h1><a href="{{ SITEURL }}">{{ SITETITLE }}</a></h1>
|
||||
-->
|
||||
<h1><a href="/">{{ SITETITLE }}</a></h1>
|
||||
|
||||
{% if SITESUBTITLE %}<p>{{ SITESUBTITLE }}</p>{% endif %}
|
||||
{% if SITESUBTITLE %}<p><a href="{{ SITEURL }}">{{ SITESUBTITLE }}</a></p>{% endif %}
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
{% include "partial/toctree.html" %}
|
||||
|
@ -29,6 +29,6 @@
|
||||
{% elif article and not article.parent %}
|
||||
{{ toc(article) }}
|
||||
{% else %}
|
||||
<p> Perdu! </p>
|
||||
<p> Le menu s'est perdu </p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user