diff options
Diffstat (limited to 'en/quartet.sh')
| -rw-r--r-- | en/quartet.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/en/quartet.sh b/en/quartet.sh new file mode 100644 index 0000000..48d83b5 --- /dev/null +++ b/en/quartet.sh @@ -0,0 +1,13 @@ +add-bio () +{ + sed -i \ + -e /'{BIO}'/'r '<(pandoc en/quartet.md) \ + -e /'{BIO}'/'c\' \ + $1 +} + +title=Biography +stylesheets=quatuor +transforms=("$(transform-li-dropdown-current-a quartet)" # Desktop. + "$(transform-li-current-a quartet)") # Mobile. +postprocess=add-bio |
