mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
999dc0706f
commit
cc1b1a8aee
372 changed files with 1 additions and 1 deletions
11
modules/wowchemy-bootstrap/layouts/shortcodes/staticref.html
Normal file
11
modules/wowchemy-bootstrap/layouts/shortcodes/staticref.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue