pull/1370/head
Kaalleen 2020-12-08 21:05:20 +01:00
rodzic d44987ea15
commit c7426a9913
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
{%- endif -%}
{%- if en_page_exists == false -%}
<p class="notice--warning"><b>⚠</b> This page might be outdated. For more recent information have a look at the <a href="/">englisch section</a>.</p>
<p class="notice--warning"><b>⚠</b> This page is outdated. For more recent information have a look at the <a href="/">englisch section</a>.</p>
{%- elsif en_page.first.last_modified_at > page.last_modified_at -%}
<p class="notice--warning"><b>⚠</b> This page might be outdated. For more recent information have a look at the <a href="{{en_url}}">englisch original</a>.</p>
{%- endif -%}

Wyświetl plik

@ -316,6 +316,10 @@ table tr td:first-child {
display: inline-block;
padding-left: 1em;
}
.sidebar.sticky {
max-height: none;
}
/* Tutorials */