From 3d4b40ed94ff2420c1314f753f3ee4b72d115250 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Jul 2020 16:53:35 -0700 Subject: [PATCH] Update docs to use filename instead of humanized name --- docs/layouts/partials/icons.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/layouts/partials/icons.html b/docs/layouts/partials/icons.html index 5a0ee6a6ba..aa2c566b01 100644 --- a/docs/layouts/partials/icons.html +++ b/docs/layouts/partials/icons.html @@ -12,7 +12,6 @@

Icons

{{- range (readDir $dirName) -}} {{- $filenameWithExt := split .Name "." -}} {{- $filename := index $filenameWithExt 0 -}} - {{- $name := humanize $filename -}}
  • @@ -21,7 +20,7 @@

    Icons

    - {{ $name }} + {{ $filename }}