mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
6 lines
301 B
HTML
6 lines
301 B
HTML
{{$file := .Get "file"}}
|
|
{{$icon := index (split $file ".") 1 }}
|
|
<div class="code-copy" id="{{$file | urlize}}">
|
|
<div class="code-copy-header output"><div class="action-buttons"></div><span class="filename" title="{{$file}}">{{$file}}</span><i class="icon-{{$icon}}"></i></div>
|
|
{{- .Inner -}}
|
|
</div> |