Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fileRel.html « shortcodes « layouts - github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1fa41c0fbbe51fa0918051dc171c4521c0d9db9f (plain)
1
2
3
4
5
6
{{- $pathURL := .Get "pathURL" -}}
{{- $name := .Get "name" -}}
{{- $class := .Get "class" | default "" -}}
{{- $style := .Get "style" | default "" -}}

<a class="{{ $class }}" style="{{ $style | safeCSS }}" href="{{ $pathURL | relURL }}">{{ $name }}</a>