diff --git a/layouts/shortcodes/gt_assumption.html b/layouts/shortcodes/gt_assumption.html deleted file mode 100644 index 7ec776e..0000000 --- a/layouts/shortcodes/gt_assumption.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ $n := .Page.Scratch.Get "gt-assumption-count" }} -{{ $newN := add 1 (int $n) }} -{{ .Page.Scratch.Set "gt-assumption-count" $newN }} -{{ .Page.Scratch.SetInMap "gt-assumptions" (.Get 0) $newN }} -
- - Assumption {{ $newN }} ({{ .Get 1 }}). - {{ .Inner }} -
diff --git a/layouts/shortcodes/gt_css.html b/layouts/shortcodes/gt_css.html deleted file mode 100644 index c514249..0000000 --- a/layouts/shortcodes/gt_css.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ $style := resources.Get "scss/gametheory.scss" | resources.ToCSS | resources.Minify }} - diff --git a/layouts/shortcodes/gt_link.html b/layouts/shortcodes/gt_link.html deleted file mode 100644 index bbcc32c..0000000 --- a/layouts/shortcodes/gt_link.html +++ /dev/null @@ -1 +0,0 @@ -assumption {{ index (.Page.Scratch.Get "gt-assumptions") (.Get 0) }}