diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 17c4629..c4e00be 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,30 +33,8 @@ {{ block "main" . }}{{ end }} - + + {{ partial "footer.html" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..f313f75 --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,54 @@ + \ No newline at end of file