aboutsummaryrefslogtreecommitdiff
path: root/themes/base/layouts/partials/complexity.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-01-31 21:56:21 -0500
committertdro <tdro@noreply.example.com>2023-01-31 21:58:38 -0500
commit0e57d29f33a6fe4b8ec8a92b98c069305f531a19 (patch)
tree52ba18c739b12edef45815a0756604af4a3a1177 /themes/base/layouts/partials/complexity.html
downloadhugo-theme-base-0e57d29f33a6fe4b8ec8a92b98c069305f531a19.tar.gz
hugo-theme-base-0e57d29f33a6fe4b8ec8a92b98c069305f531a19.tar.bz2
hugo-theme-base-0e57d29f33a6fe4b8ec8a92b98c069305f531a19.zip
themes/base: Commit
Diffstat (limited to 'themes/base/layouts/partials/complexity.html')
-rw-r--r--themes/base/layouts/partials/complexity.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/base/layouts/partials/complexity.html b/themes/base/layouts/partials/complexity.html
new file mode 100644
index 0000000..73169b5
--- /dev/null
+++ b/themes/base/layouts/partials/complexity.html
@@ -0,0 +1,3 @@
+{{- range $number := seq 0 1000 -}}
+ {{- $number -}}
+{{- end -}}