mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
✨ Feat: add raw shortcode
This commit is contained in:
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## v0.2.16
|
||||
|
||||
- :sparkles: Feat: add `raw` shortcode
|
||||
- :sparkles: Feat: add custom aside template in post page ([#172](https://github.com/hugo-fixit/FixIt/issues/172))
|
||||
- :sparkles: Feat(math): add more block delimiter support for math
|
||||
- :wheelchair: Feat(accessibility): using `aria-hidden=true` on an icon font that AT should ignore
|
||||
|
||||
+1
-1
Submodule docs updated: 92bf258490...0560c334db
@@ -0,0 +1,3 @@
|
||||
|
||||
{{- $tag := .Get "tag" | default (.Get 0) | default "div" -}}
|
||||
{{- printf `<%v class="fi-row">%v</%v>` $tag .Inner $tag | safeHTML -}}
|
||||
Reference in New Issue
Block a user