diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-19 13:29:35 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-19 13:29:35 -0300 |
| commit | 2c01a598d769e18a05cae9c58e48a58aa11a3cb9 (patch) | |
| tree | 917311ee4301746c088c75536d39cf27fd0577cb /genpage.sh | |
| parent | f4167e3e2c6be21fe21742bb3a8eefc471e08e82 (diff) | |
melhorada a geração dos htmls
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 |
