Merge branch 'master' into develop

This commit is contained in:
Daniil Krymov 2022-02-19 20:49:42 +01:00
commit 97faf8602b
No known key found for this signature in database
GPG Key ID: 49FF57C32BD36752
2 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@
display: inline-table;
border-radius: 50%;
pointer-events: none;
border: 3px #ffffff solid
}
.buttons {

View File

@ -104,9 +104,6 @@
<meta name="theme-color" content="{{ .Site.Params.assets.theme_color | default "#2e2e33" }}">
<meta name="msapplication-TileColor" content="{{ .Site.Params.assets.msapplication_TileColor | default "#2e2e33" }}">
{{- /* Generator */}}
{{ hugo.Generator }}
{{- /* RSS */}}
{{ range .AlternativeOutputFormats -}}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type | html }}" href="{{ .Permalink | safeURL }}">