Changes for master
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s

This commit is contained in:
2024-03-24 11:57:34 +01:00
parent 736f17c442
commit b022a4ae37
10 changed files with 5 additions and 159 deletions

View File

@ -32,7 +32,7 @@
<a href="/" class="logo">
<img src="/img/fr_logo.webp" alt="logo">
</a>
<div class="links">
<!--<div class="links">
{% for item in config.extra.nav_items %}
<a href="{{ item.path }}"
{% if item.path == current_path and item.path != "/" %}
@ -40,7 +40,7 @@
{% endif %}
>{{ item.name }}</a>
{% endfor %}
</div>
</div>-->
</nav>
</header>
@ -56,16 +56,12 @@
{% endblock content %}
</main>
<footer>
<p>Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }},
{% if config.extra.git %}
<a href="{{ config.extra.git }}">Source</a>
{% endif %}</p>
<p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
</footer>
<script>
console.log("I heard that a cool frontend developer works for https://fofrweb.com")
</script>
</body>
</html>