diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-19 14:17:35 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-19 14:17:35 -0300 |
| commit | 9c8437040b7ae721fa64ef5079ea6d151676e57e (patch) | |
| tree | 8b71e83c71db5482b37da412b27c9f611fdd9af9 /genpage.sh | |
| parent | 7a689c6c60769b66618a77172f8edd3d5e1e8b29 (diff) | |
| parent | 65b7b71181b7a41120effb918e1102bdfc8a38fe (diff) | |
Merge branch 'restructure'
Diffstat (limited to 'genpage.sh')
| -rwxr-xr-x | genpage.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,5 +4,16 @@ put_image_container() { sed 's!<p><img src="\(.*\)" alt="\(.*\)" /></p>!<div class="image-container"><img src="\1" alt="\2"/></div>!g' } +cat << EOF +include(\`templates/base.m4') +BASEPAGE(\` +changequote(\`[[', \`]]')dnl +EOF + markdown | \ put_image_container + +cat << EOF +changequote\`'dnl +') +EOF |
