mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-18 22:23:44 +00:00
Among the various changes, most instances of
{{ template "partials/FILE.html" . }}
were changed to
{{ partial "FILE.html" . }}
Also, in main.go, change "2013" to "2013-14".