Drop some unused shortcodes
parent
5a283be787
commit
45f628b047
|
@ -1,3 +0,0 @@
|
|||
<blockquote class="deprecation_file_warning callout">
|
||||
<div><h4>{{ T "deprecation_file_warning" }}</h4> {{ .Inner | markdownify }}</div>
|
||||
</blockquote>
|
|
@ -1 +0,0 @@
|
|||
{{ getenv "HUGO_VERSION" }}
|
|
@ -1,10 +0,0 @@
|
|||
{{/* this shortcode is DEPRECATED */}}
|
||||
{{ $versions := .Page.Param "versions" }}
|
||||
{{ $thisVersion := .Page.Param "version" }}
|
||||
<ul>
|
||||
{{ range $versions }}
|
||||
{{ if ne .version $thisVersion }}
|
||||
<li><a href="{{ .url }}">{{ .version }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
Loading…
Reference in New Issue