summaryrefslogtreecommitdiffstats
path: root/_layouts/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/redirect.html')
-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>