diff --git a/config.yml b/config.yml index 9e4497d..f95b6f3 100644 --- a/config.yml +++ b/config.yml @@ -12,3 +12,5 @@ disableKinds: outputs: home: - html + page: + - html diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..be7192e --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,10 @@ + + + {{ .Params.account_url }} + + + + +

Redirecting to {{ .Params.account_url }}...

+ +