Update 'themes/material-dark/index.tmpl'

master
Christopher M. Punches 2023-04-30 04:52:29 +00:00
parent 9d7a289a57
commit 5788694bbe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url={{ config.site.landing }}">
<title>Redirecting to {{ config.site.landing }}</title>
<title>{{ config.site.title }}</title>
</head>
<body>
<p>You are being redirected to <a href="{{ config.site.landing }}">{{ config.site.landing }}</a></p>