mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2024-10-01 01:25:56 -04:00
Fixed layout
This commit is contained in:
parent
4b3b20df50
commit
5b9ac89087
@ -12,7 +12,6 @@
|
|||||||
<link rel="stylesheet" href="{{ 'assets/css/style.css' }}" id="dark">
|
<link rel="stylesheet" href="{{ 'assets/css/style.css' }}" id="dark">
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/light_style.css' }}" media="none" id="light">
|
<link rel="stylesheet" href="{{ 'assets/css/light_style.css' }}" media="none" id="light">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
|
||||||
<a rel="me" href="{{ site.github.mastodon_url }}">Mastodon</a>
|
|
||||||
<script>
|
<script>
|
||||||
function SetDark() {
|
function SetDark() {
|
||||||
document.getElementById('dark').media = "";
|
document.getElementById('dark').media = "";
|
||||||
@ -171,7 +170,8 @@ input:checked + .slider::before {
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ site.github.repository_url }}" target="_blank" class="btn_small">Repository</a>
|
<a href="{{ site.github.repository_url }}" target="_blank" class="btn_small">Repository</a>
|
||||||
<!--<a href="{{ site.github.keyoxide_url }}" target="_blank" class="btn_small">Keyoxide</a>-->
|
<!--<a href="{{ site.github.keyoxide_url }}" target="_blank" class="btn_small">Keyoxide</a>-->
|
||||||
<a href="{{ site.github.twitter_url }}" target="_blank" class="btn_small">Twitter</a>
|
<a rel="me" href="{{ site.github.twitter_url }}" target="_blank" class="btn_small">Twitter</a>
|
||||||
|
<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>
|
||||||
<!--<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>-->
|
<!--<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>-->
|
||||||
{% if page.url != "/links.html" %}
|
{% if page.url != "/links.html" %}
|
||||||
<a href="{{ site.github.links_url }}" class="btn_small">Links</a>
|
<a href="{{ site.github.links_url }}" class="btn_small">Links</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user