From 1188bc0069873885dd32e0c5f9e3270cbdaa535c Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Sat, 24 Feb 2018 09:23:57 +0000 Subject: :truck: Move footer links into specific folder --- exampleSite/data/footer/links/left.yaml | 18 ++++++++++++++++++ exampleSite/data/footer/links/right.yaml | 18 ++++++++++++++++++ exampleSite/data/footerlinks/left.yaml | 18 ------------------ exampleSite/data/footerlinks/right.yaml | 18 ------------------ layouts/partials/footer/index.html | 4 ++-- 5 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 exampleSite/data/footer/links/left.yaml create mode 100644 exampleSite/data/footer/links/right.yaml delete mode 100644 exampleSite/data/footerlinks/left.yaml delete mode 100644 exampleSite/data/footerlinks/right.yaml diff --git a/exampleSite/data/footer/links/left.yaml b/exampleSite/data/footer/links/left.yaml new file mode 100644 index 0000000..0435123 --- /dev/null +++ b/exampleSite/data/footer/links/left.yaml @@ -0,0 +1,18 @@ +links: +- text: 'Lorem ipsum dolor sit amet sit veroeros' + url: '#' + +- text: 'Sed et blandit consequat sed tlorem blandit' + url: '#' + +- text: 'Adipiscing feugiat phasellus sed tempus' + url: '#' + +- text: 'Hendrerit tortor vitae mattis tempor sapien' + url: '#' + +- text: 'Sem feugiat sapien id suscipit magna felis nec' + url: '#' + +- text: 'Elit class aptent taciti sociosqu ad litora' + url: '#' \ No newline at end of file diff --git a/exampleSite/data/footer/links/right.yaml b/exampleSite/data/footer/links/right.yaml new file mode 100644 index 0000000..0435123 --- /dev/null +++ b/exampleSite/data/footer/links/right.yaml @@ -0,0 +1,18 @@ +links: +- text: 'Lorem ipsum dolor sit amet sit veroeros' + url: '#' + +- text: 'Sed et blandit consequat sed tlorem blandit' + url: '#' + +- text: 'Adipiscing feugiat phasellus sed tempus' + url: '#' + +- text: 'Hendrerit tortor vitae mattis tempor sapien' + url: '#' + +- text: 'Sem feugiat sapien id suscipit magna felis nec' + url: '#' + +- text: 'Elit class aptent taciti sociosqu ad litora' + url: '#' \ No newline at end of file diff --git a/exampleSite/data/footerlinks/left.yaml b/exampleSite/data/footerlinks/left.yaml deleted file mode 100644 index 0435123..0000000 --- a/exampleSite/data/footerlinks/left.yaml +++ /dev/null @@ -1,18 +0,0 @@ -links: -- text: 'Lorem ipsum dolor sit amet sit veroeros' - url: '#' - -- text: 'Sed et blandit consequat sed tlorem blandit' - url: '#' - -- text: 'Adipiscing feugiat phasellus sed tempus' - url: '#' - -- text: 'Hendrerit tortor vitae mattis tempor sapien' - url: '#' - -- text: 'Sem feugiat sapien id suscipit magna felis nec' - url: '#' - -- text: 'Elit class aptent taciti sociosqu ad litora' - url: '#' \ No newline at end of file diff --git a/exampleSite/data/footerlinks/right.yaml b/exampleSite/data/footerlinks/right.yaml deleted file mode 100644 index 0435123..0000000 --- a/exampleSite/data/footerlinks/right.yaml +++ /dev/null @@ -1,18 +0,0 @@ -links: -- text: 'Lorem ipsum dolor sit amet sit veroeros' - url: '#' - -- text: 'Sed et blandit consequat sed tlorem blandit' - url: '#' - -- text: 'Adipiscing feugiat phasellus sed tempus' - url: '#' - -- text: 'Hendrerit tortor vitae mattis tempor sapien' - url: '#' - -- text: 'Sem feugiat sapien id suscipit magna felis nec' - url: '#' - -- text: 'Elit class aptent taciti sociosqu ad litora' - url: '#' \ No newline at end of file diff --git a/layouts/partials/footer/index.html b/layouts/partials/footer/index.html index 404b53d..6d59f50 100644 --- a/layouts/partials/footer/index.html +++ b/layouts/partials/footer/index.html @@ -25,7 +25,7 @@

{{ .Site.Params.Footer.title3 }}

@@ -37,7 +37,7 @@

{{ .Site.Params.Footer.title4 }}

-- cgit v1.2.3