mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 22:13:30 +02:00
Working template configuration file
This commit is contained in:
1
templates/extra.toml
Normal file
1
templates/extra.toml
Normal file
@ -0,0 +1 @@
|
||||
site_name="echoip-slatecave"
|
@ -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>
|
||||
|
Reference in New Issue
Block a user