summaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-11-08 00:01:14 +0100
committersijanec <sijanecantonluka@gmail.com>2020-11-08 00:01:14 +0100
commit24780f7ea3ec837ee5e2cfde2129760158059003 (patch)
treec5fe03c8eb535f78916056f3b70c9e48275f3e48 /_layouts
parentsexy datumi (diff)
downloadsijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.gz
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.bz2
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.lz
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.xz
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.tar.zst
sijanec.eu-24780f7ea3ec837ee5e2cfde2129760158059003.zip
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/redirect.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
new file mode 100644
index 0000000..2f03085
--- /dev/null
+++ b/_layouts/redirect.html
@@ -0,0 +1,16 @@
+---
+---
+<!DOCTYPE html>
+<html lang=sl>
+ <head>
+ <meta http-equiv=refresh content="0;'{{ content }}'" />
+ </head>
+ <body>
+ <h1>preusmerjam na {{ content }}...</h1>
+ <h2>
+ <a href="{{ content }}">
+ če se nič ne zgodi, kliknite sem.
+ </a>
+ </h2>
+ </body>
+</html>