Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob <jacob.smith@unb.ca>2017-08-22 14:26:27 +0300
committerJacob <jacob.smith@unb.ca>2017-08-22 14:26:27 +0300
commit81f97a1efed7196c97dee26e4d03efab38438a3f (patch)
tree9a35043c3cf19e4adc27cf0efa92d947c04abbab
parent0fd211cb9f5a09ca3eb19742e98b4ed34fd6a6d9 (diff)
modified css include, footer
-rw-r--r--layouts/partials/footer.html4
-rw-r--r--layouts/partials/head.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 35cad37..3420841 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1 +1,3 @@
- <p>{{ with .Site.Params.footertext }}{{ . | markdownify }}{{ end }}</p> \ No newline at end of file
+<footer>
+ {{ with .Site.Params.footertext }}{{ . | markdownify }}
+</footer> \ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e39d567..24a87a1 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,6 +15,6 @@
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/default.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/component.css" />
{{ range .Site.Params.custom_css }}
- <link rel="stylesheet" href="{{ $.Site.BaseURL }}{{ . }}">
+ <link rel="stylesheet" href="{{ . }}">
{{ end }}
<script src="{{ .Site.BaseURL }}js/modernizr.custom.js"></script>