Remove unused shortcodes
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
2e59beda0c
commit
0a26230fe1
|
@ -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 }}
|
|
||||||
<div class="assumption">
|
|
||||||
<span id="gt-assumption-{{ .Get 0 }}" class="assumption-number">
|
|
||||||
Assumption {{ $newN }} ({{ .Get 1 }}).
|
|
||||||
</span> {{ .Inner }}
|
|
||||||
</div>
|
|
|
@ -1,2 +0,0 @@
|
||||||
{{ $style := resources.Get "scss/gametheory.scss" | resources.ToCSS | resources.Minify }}
|
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
|
|
@ -1 +0,0 @@
|
||||||
<a href="#gt-assumption-{{ .Get 0 }}">assumption {{ index (.Page.Scratch.Get "gt-assumptions") (.Get 0) }}</a>
|
|
Loading…
Reference in New Issue
Block a user