text build

This commit is contained in:
2025-05-27 18:04:15 +03:00
parent 61f075ef41
commit 0880736b02
6 changed files with 845 additions and 57 deletions

View File

@@ -5,6 +5,13 @@
{% set zolaVer = '0.13.0' %}
<head>
<link rel="icon" type="image/x-icon" href="{{ get_url(path='images/icons/favicon.png')}}">
<!-- Primary CSS link with Zola URL function -->
<link rel="stylesheet" href="{{ get_url(path='css/index.css', trailing_slash=false, cachebust=true) | safe }}">
<!-- Fallback CSS links in case the Zola URL function doesn't work in production -->
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="https://www3.mycelium.threefold.io/css/index.css">
<link rel="stylesheet" href="/index.css">
{% block title %}
<title>{{ config.title }}</title>
<meta property="og:type" content="website">
@@ -99,9 +106,7 @@
<!-- Windows 8.1 and up, IE 11 -->
<!-- **** CONCLUSION, favicons **** -->
<!-- CSS/SCSS -->
<link rel="stylesheet" href="{{ get_url(path='css/index.css', trailing_slash=false, cachebust=true) | safe }}">
<!-- Fallback CSS link in case the Zola URL function doesn't work in production -->
<link rel="stylesheet" href="/css/index.css">
<style>
.space-x-10>:not([hidden])~:not([hidden]){
margin-left: calc(1.5rem*calc(1 - var(--tw-space-x-reverse)))!important;
@@ -129,27 +134,5 @@
}
</style>
<script type="text/javascript" src="https://platform-api.sharethis.com/js/sharethis.js#property=62556aac80366d0019fc1af2&product=sop" async="async"></script>
<!-- MailerLite Universal -->
<script>
(function (m, a, i, l, e, r) {
m['MailerLiteObject'] = e; function f() {
var c = { a: arguments, q: [] }; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q);
}
f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i);
var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?v' + (~~(new Date().getTime() / 1000000));
_.parentNode.insertBefore(r, _);
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load');
</script>
<!-- End MailerLite Universal -->
<!-- RSS feed -->
{% block rss %}
<link
rel="alternate"
type="application/rss+xml"
title="RSS"
href="{{ get_url(path='atom.xml', trailing_slash=false) }}"
>
{% endblock %}
</head>