Working template configuration file

This commit is contained in:
Slatian
2023-02-19 23:12:43 +01:00
parent d4caf1a77c
commit 2abc5844ad
5 changed files with 48 additions and 10 deletions

1
templates/extra.toml Normal file
View File

@ -0,0 +1 @@
site_name="echoip-slatecave"

View File

@ -6,6 +6,11 @@
</head>
<body>
{% set r = data.result %}
<header>
<nav>
<a href="/" class="site-name">{{extra.site_name|default(val="echoip")}}</a>
</nav>
</header>
<h1>Your IP-Address is: {{ data.query.ip }}</h1>
<section>
<h2>Network Information</h2>