This commit is contained in:
despiegk 2023-11-29 11:28:27 +03:00
parent e509bade0b
commit 909ed62c8d
Signed by: despiegk
GPG Key ID: 99E4E1492F73BC18
4 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# The URL the site will be built for
base_url = "https://www2.freezone.ourworld.tf/"
base_url = "https://www2.something.tf/"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "OurWorld Free Zone"
title = "A Template Website"
description="Accessible and affordable for all"
# When set to "true", a feed is automatically generated.

View File

@ -25,7 +25,6 @@ weight: 1
{% test(subject="My Subject") %}
{% fflow_grid() %}
...
### h3 subtitle

BIN
tailwindcss-macos-arm64 Normal file

Binary file not shown.

View File

@ -1,3 +1,5 @@
<h1>{{ subject }}</h1>
<div class="test">
<h1>{{ subject }}</h1>
</div>