modules: rename wowchemy module to wowchemy-bootstrap

Based on user feedback to give modules clearer names now that effort has shifted from Bootstrap UI to the Tailwind UI in `wowchemy-tailwind`
This commit is contained in:
George Cushen 2023-11-01 18:56:52 +00:00
commit cc1b1a8aee
372 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{{/*
Docs: https://wowchemy.com/docs/content/writing-markdown-latex/#link-to-a-page
Parameters
----------
#0 : positional
URL for the link (if local path, it is relative to the page folder).
#1 : optional, positional
Pass "newtab" as the second argument to open the link in a new tab.
*/}}
<a href="{{ .Get 0 | relURL }}"{{ if len .Params | eq 2 }} target="_blank"{{ end }}>{{ .Inner }}</a>