initial commit
This commit is contained in:
commit
9df80bf3d3
62 changed files with 3401 additions and 0 deletions
13
lib/functions/inline/build_footer.sh
Normal file
13
lib/functions/inline/build_footer.sh
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
#############
|
||||
# DESCRIPTION
|
||||
#############
|
||||
# Appends the footer/closing tags to a page.
|
||||
#
|
||||
#############
|
||||
# Usage:
|
||||
# build_footer destination.html
|
||||
|
||||
build_footer() {
|
||||
cat $config/footer.html >> $1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue