Compare commits

..

2 Commits

Author SHA1 Message Date
1cbaeb8cc9 Fix padding
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 19s
Build Zola Website / build (pull_request) Successful in 16s
2024-03-25 17:16:14 +01:00
d2bb1fe14f Revert "Changes for master"
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Successful in 15s
This reverts commit b022a4ae37.
2024-03-24 12:01:43 +01:00
3 changed files with 1 additions and 26 deletions

View File

@ -1,10 +0,0 @@
all: clean format build
format:
biome format --write .
build:
zola build
clean:
rm -rf public/

View File

@ -1,15 +0,0 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"files": {
"ignore": [".vscode/", "node_modules/", "public/"]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": false,
"rules": {
"recommended": true
}
}
}

View File

@ -58,7 +58,7 @@
<footer> <footer>
<p>Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }}, <p>Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }},
{% if config.extra.git %} {% if config.extra.git %}
<a href="{{ config.extra.git }}" target="_blank">Source</a> <a href="{{ config.extra.git }}">Source</a>
{% endif %}</p> {% endif %}</p>
<p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p> <p>&copy; filiprojek.cz 2022 - {{ now() | date(format="%Y")}}</p>
</footer> </footer>