bump css version
This commit is contained in:
parent
3cff03b307
commit
da7503f205
|
@ -7,9 +7,9 @@
|
||||||
name: Music
|
name: Music
|
||||||
external_site: false
|
external_site: false
|
||||||
- icon: "\U0001F4F0"
|
- icon: "\U0001F4F0"
|
||||||
url: https://t.basspistol.org/setto
|
url: /#pleroma
|
||||||
name: Log
|
name: Blog
|
||||||
external_site: true
|
external_site: false
|
||||||
- icon: 📹
|
- icon: 📹
|
||||||
url: 'https://v.basspistol.org/accounts/setto/video-channels'
|
url: 'https://v.basspistol.org/accounts/setto/video-channels'
|
||||||
name: Video
|
name: Video
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<script src="{{ relBase }}/assets/js/set-20201225.js"></script>
|
<script src="{{ relBase }}/assets/js/set-20201225r2.js"></script>
|
||||||
|
|
|
@ -12,12 +12,12 @@ layout: nil
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="/assets/css/all.min.css" />
|
<link rel="stylesheet" href="/assets/css/all.min.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/colors-20201225.css" />
|
<link rel="stylesheet" href="/assets/css/colors-20201225r2.css" />
|
||||||
<link rel="stylesheet" href="/assets/css/main-20201225.css" />
|
<link rel="stylesheet" href="/assets/css/main-20201225r2.css" />
|
||||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||||
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20201225.css" /></noscript>
|
<noscript><link rel="stylesheet" href="/assets/css/noscripts-20201225r2.css" /></noscript>
|
||||||
|
|
||||||
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,12 @@
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/all.min.css" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20201225.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/colors-20201225r2.css" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20201225.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/main-20201225r2.css" />
|
||||||
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="{{ site.url }}/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
<link rel="icon" type="image/png" href="{{ site.url }}/touch-icon.png" sizes="192x192">
|
||||||
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
|
||||||
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20201225.css" /></noscript>
|
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20201225r2.css" /></noscript>
|
||||||
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
|
<script src="{{ relBase }}/assets/js/jquery-3.5.1.min.js"></script>
|
||||||
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
<meta name="theme-color" content="{{ site.data.colors.bg }}"/>
|
||||||
|
|
||||||
|
|
|
@ -382,6 +382,7 @@ footer {
|
||||||
|
|
||||||
|
|
||||||
#pleroma {
|
#pleroma {
|
||||||
|
padding-top: 60px;
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
Loading…
Reference in a new issue