{{ partial "head" . }} {{ partialCached "skippy" . }} {{ partialCached "navbar" . }}

{{ .Title }}

{{ if or .Params.tags .Params.categories -}}
    {{ with .Params.tags }}
  • Tags: {{ delimit . ", " }}
  • {{ end }} {{ with .Params.categories }}
  • Category: {{ delimit . ", " }}
  • {{ end }}
{{- end }}
{{ partialCached "ads" . }}

{{- $localSvgPath := printf "/icons/%s.svg" .File.TranslationBaseName -}} {{- $svgPath := path.Join "/assets/" $localSvgPath -}} {{- $svgHtml := readFile $localSvgPath | chomp | safeHTML -}}

Examples

{{ $svgHtml }} Heading
{{ $svgHtml }} Smaller heading

Inline text {{ $svgHtml }}

Example link text {{ $svgHtml }}

{{ $svgHtml }}

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

{{ $iconFontSnippet := printf `` .File.TranslationBaseName -}} {{- highlight $iconFontSnippet "html" "" }}

Copy HTML

Paste the SVG right into your project's code.

{{ highlight $svgHtml "html" "" }}
{{- partialCached "footer" . }} {{- partialCached "scripts" . "default" }}