diff --git a/layouts/ginnie b/layouts/ginnie deleted file mode 120000 index 0d50744..0000000 --- a/layouts/ginnie +++ /dev/null @@ -1 +0,0 @@ -blog \ No newline at end of file diff --git a/layouts/ginnie/list.html b/layouts/ginnie/list.html new file mode 100644 index 0000000..cec28cb --- /dev/null +++ b/layouts/ginnie/list.html @@ -0,0 +1,15 @@ +{{define "main"}} + {{.Content}} + +{{end}} diff --git a/layouts/ginnie/single.html b/layouts/ginnie/single.html new file mode 100644 index 0000000..9e76ea0 --- /dev/null +++ b/layouts/ginnie/single.html @@ -0,0 +1,3 @@ +{{define "main"}} + {{.Content}} +{{end}}