edit #20

Merged
sasha-astiadi merged 7 commits from development into master 2023-10-17 10:56:38 +00:00
6 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -43,6 +43,8 @@ extra:
<br>
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
<a onclick="window.open('https://t.me/threefold', '_blank')"><h6>Main Community</h6></a>
<a onclick="window.open('https://manual.grid.tf', '_blank')"><h6>Manual</h6></a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
static/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -5,7 +5,7 @@
{% set zolaVer = '0.13.0' %}
<head>
<link rel="icon" type="image/x-icon" href="{{ get_url(path='images/icons/favicon.png')}}">
<link rel="icon" type="image/x-icon" href="{{ get_url(path='images/icons/favicon.ico')}}">
{% block title %}
<title>{{ config.title }}</title>
<meta property="og:type" content="website" />