diff options
| author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-10-17 14:40:58 +0200 |
|---|---|---|
| committer | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2020-10-17 14:40:58 +0200 |
| commit | b607c6857a95b49df2e71042b82b41ca15d26eb3 (patch) | |
| tree | c6dda838ab985454d1ca1bd06a32c231d5ecf1d9 /layouts/_default/baseof.html | |
| parent | cd5751ef1425db3ed7e46fcaa7fafe53e494c286 (diff) | |
Layout improvements
- Tagline
- Share buttons
- JSON LD
- Tags
- Style Fixes
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6de94f0..57ef293 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -66,6 +66,10 @@ integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0=" crossorigin="anonymous"></script> + + <script src="{{ `js/jquery.min.js` | relURL }}"></script> + <script src="{{ `js/soho.js` | relURL }}"></script> + {{ range $.Site.Params.customJs -}} <script src="{{ . | relURL }}"></script> {{- end}} |
