Explorar o código

Redirect sections to tags

Riccardo Balbo %!s(int64=4) %!d(string=hai) anos
pai
achega
44c0ed60a9
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      layouts/_default/section.html

+ 10 - 0
layouts/_default/section.html

@@ -0,0 +1,10 @@
+<html>
+<head> 
+    <meta http-equiv="refresh" content="0; url=/tags/{{.Section}}" />
+    </head> 
+    <body>
+        <p style="text-align: center;">
+        You are being redirected to <a href="/tags/{{.Section}}">/tags/{{.Section}}</a>
+        </p>
+    </body>
+</html>