Drop some unused shortcodes

pull/47483/head
Tim Bannister 2024-08-14 00:44:51 +01:00
parent 5a283be787
commit 45f628b047
3 changed files with 0 additions and 14 deletions

View File

@ -1,3 +0,0 @@
<blockquote class="deprecation_file_warning callout">
<div><h4>{{ T "deprecation_file_warning" }}</h4> {{ .Inner | markdownify }}</div>
</blockquote>

View File

@ -1 +0,0 @@
{{ getenv "HUGO_VERSION" }}

View File

@ -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>