diff options
author | Thedro Neely <thedroneely@gmail.com> | 2022-11-16 01:32:48 -0500 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2022-11-16 01:32:48 -0500 |
commit | e6d95488be4310b8bd85854c541777bb26299658 (patch) | |
tree | a77802b60cc2c87414407170fd3528f83fe20638 /generators | |
parent | 0ca13d03f3bca48f1f50119bbc6887f5c0ce43ed (diff) | |
download | edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.gz edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.bz2 edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.zip |
app: Cleanup dead files and organize hierarchy
Diffstat (limited to 'generators')
3 files changed, 3 insertions, 3 deletions
diff --git a/generators/hugo/themes/edwin/layouts/partials/footer.html b/generators/hugo/themes/edwin/layouts/partials/footer.html index 2126899..8fd74bf 100644 --- a/generators/hugo/themes/edwin/layouts/partials/footer.html +++ b/generators/hugo/themes/edwin/layouts/partials/footer.html @@ -1 +1 @@ -{{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>" }} +{{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/footer.php'; ?>" }} diff --git a/generators/hugo/themes/edwin/layouts/partials/header.html b/generators/hugo/themes/edwin/layouts/partials/header.html index 8e8a798..a93da0f 100644 --- a/generators/hugo/themes/edwin/layouts/partials/header.html +++ b/generators/hugo/themes/edwin/layouts/partials/header.html @@ -8,4 +8,4 @@ <title>{{- block "title" . }}{{ partial "title.html" . -}}{{- end }}</title> - {{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.php'; ?>" }} + {{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/header.php'; ?>" }} diff --git a/generators/hugo/themes/edwin/layouts/partials/navigator.html b/generators/hugo/themes/edwin/layouts/partials/navigator.html index dfb8d4c..1b1829c 100644 --- a/generators/hugo/themes/edwin/layouts/partials/navigator.html +++ b/generators/hugo/themes/edwin/layouts/partials/navigator.html @@ -1 +1 @@ -{{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>" }} +{{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/navigator.php'; ?>" }} |