jquery

#jquery

Simple Tab Widget For Hugo Blog

Published at May 10, 2021 ·  2 min read

I have create a simple tab widget to use in my hugo based blog. It is based on JQuery Tab widget and simpple hugo shortcode templae. The code template is in the shotcodes/tab-widget. {{ $title := "tabe widget" }} {{ if .IsNamedParams }} {{ with .Get "title" }} {{ $title = . }} {{ end }} {{ else }} {{ with .Get 0 }} {{ $title = . }} {{ end }} {{ end }} <link rel = "stylesheet" href = "https://code....