diff options
Diffstat (limited to 'layouts/_default')
| -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 aa89a69..3736a9f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -133,5 +133,9 @@ <!-- Tag cloud spiral layout --> {{ $tagCloudScript := resources.Get "js/tag-cloud-spiral.js" | minify }} <script src="{{ $tagCloudScript.RelPermalink }}"></script> + + <!-- Contribution graph widget --> + {{ $contribScript := resources.Get "js/contribution-graph.js" | minify }} + <script src="{{ $contribScript.RelPermalink }}"></script> </body> </html> |
