From 7f4bc9ab51746392d96dd303d1de9b943796ef53 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sat, 11 Jan 2025 16:26:14 +0100 Subject: [PATCH] rename `.gojs` file back to `js` --- assets/js/{roles-chart.gojs => roles-chart.js} | 0 layouts/cv/section.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/js/{roles-chart.gojs => roles-chart.js} (100%) diff --git a/assets/js/roles-chart.gojs b/assets/js/roles-chart.js similarity index 100% rename from assets/js/roles-chart.gojs rename to assets/js/roles-chart.js diff --git a/layouts/cv/section.html b/layouts/cv/section.html index e863e8e..a7176ca 100644 --- a/layouts/cv/section.html +++ b/layouts/cv/section.html @@ -110,7 +110,7 @@ } {{- else -}} - {{ $js := resources.Get "js/roles-chart.gojs" | resources.ExecuteAsTemplate "/js/render-roles-timeline.js" ( .GetPage "cv/roles" ) | resources.Fingerprint }} + {{ $js := resources.Get "js/roles-chart.js" | resources.ExecuteAsTemplate "/js/render-roles-timeline.js" ( .GetPage "cv/roles" ) | resources.Fingerprint }} {{- end -}} {{ end }}