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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Feminella <jxf+github@jxf.me>2022-05-29 21:46:30 +0300
committerGitHub <noreply@github.com>2022-05-29 21:46:30 +0300
commit3762d3a24cf1b77e6d9bf1223ebdda173e53f498 (patch)
tree57cc2cbe368fc3d945ae9550d962e313e8cc950b /CONTRIBUTORS.md
parent5e4e500cdfe00babb29eb7aeef18c9d0ec3c5a47 (diff)
Modularize <head> and baseof templates (#639)
* Add extension points for template customization Today, if you use the hugo-coder template, you can't modify <head> without having to write the entire template from scratch. This makes small point modifications or adjustments impractical and means that downstream consumers will quickly be out of sync with upstream changes. To remedy this, we split up the template into more modular extension points. This commit adds one extension point to <body> for arbitrary scripting and several more to <head> for different existing touchpoints. * Add John Feminella to CONTRIBUTORS.md * Modularize home.html template Co-authored-by: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTORS.md')
-rw-r--r--CONTRIBUTORS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index badb8df..818a10a 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -108,4 +108,5 @@
- [Xiaoyang Luo](https://github.com/ccviolett/)
- [Michiel Appelman](https://appelman.se)
- [Mark Wood](https://digitalnotions.net)
+- [John Feminella](https://jxf.me)
- [zzsqwq](https://zzsqwq.cn)