diff --git a/.gitignore b/.gitignore index 7c578ae..79be2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ exampleSite/content/**/ # Exclude special files in data folder !exampleSite/data +# Exclude special files in layouts folder +!exampleSite/layouts + # Exclude special files in static folder !exampleSite/static diff --git a/exampleSite/layouts/partials/custom_footer.html b/exampleSite/layouts/partials/custom_footer.html new file mode 100644 index 0000000..a860d83 --- /dev/null +++ b/exampleSite/layouts/partials/custom_footer.html @@ -0,0 +1,3 @@ +
\ No newline at end of file diff --git a/exampleSite/layouts/partials/custom_sidebar.html b/exampleSite/layouts/partials/custom_sidebar.html new file mode 100644 index 0000000..e8f747e --- /dev/null +++ b/exampleSite/layouts/partials/custom_sidebar.html @@ -0,0 +1,3 @@ +