diff --git a/static/font-awesome/LICENSE.txt b/data/fontawesome/LICENSE.toml similarity index 98% rename from static/font-awesome/LICENSE.txt rename to data/fontawesome/LICENSE.toml index f31bef9..6447b88 100644 --- a/static/font-awesome/LICENSE.txt +++ b/data/fontawesome/LICENSE.toml @@ -1,3 +1,4 @@ +license = """ Font Awesome Free License ------------------------- @@ -32,3 +33,4 @@ All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa. **Please do not use brand logos for any purpose except to represent the company, product, or service to which they refer.** +""" \ No newline at end of file diff --git a/static/font-awesome/icons.json b/data/fontawesome/icons.json similarity index 100% rename from static/font-awesome/icons.json rename to data/fontawesome/icons.json diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0fb726a..1c6f5e2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -18,8 +18,6 @@ {{ partial "math.html" . }} {{- end }} -{{ $font_awesome := getJSON "themes/contrast-hugo/static/font-awesome/icons.json" }} -