X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/066f756557045139f7cafc2b5fb30034bc9e021b..29f0d7b9e10f827c29213a40279b8a767c99d80b:/header.html diff --git a/header.html b/header.html index 9c73747..fbc63f8 100644 --- a/header.html +++ b/header.html @@ -1,46 +1,51 @@ +include(meta_defs.m4)dnl +ifdef(`__slug',,`define(__slug, _get(`notes', __id))')dnl ifdef(`__feed_atom', -` -Amin Bandali -tag:bandali.eu.org,atom,notes:__slug +` +bandali +tag:shemshak.org,2020:__p/notes.atom:__slug __pub -__upd - +ifdef(`__upd',`__upd',`__pub')dnl + __title ', `ifdef(`__feed_rss', ` __title -https://bandali.eu.org/__slug -tag:bandali.eu.org,rss,notes:__slug +__d`'__p/__slug.html +tag:shemshak.org,2020:__p/notes.rss:__slug syscmd(date "-uRd __pub" | tr -d \\n) +ifdef(`__upd',`__upd')dnl ', ` - + -__title`'ifdef(`__nts',,` — Amin Bandali') - - - - +__title`'ifdef(`__nts',,` — bandali') + + + + ifdef(`__pub', -`ifdef(`__first',,`')' -`ifdef(`__last',,`')') +define(__previd, `_get(`notes', decr(__id))')dnl +define(__nextid, `_get(`notes', incr(__id))')dnl +`ifelse(__previd,,,`')'dnl +`ifelse(__nextid,,,`')')dnl
-ifelse(__slug,`home',`

__title

', -`Amin Bandali's Personal Site') +ifelse(__slug,`home',`

__site__title

', +`__site__title')
@@ -50,4 +55,4 @@ ifdef(`__pub',

__title

Published on syscmd(date "-d __pub" "+%B %e`,' %Y" | tr -d \\n)`'ifdef(`__upd',`
Last updated on syscmd(date "-d __upd" "+%B %e`,' %Y" | tr -d \\n)')

-')')') +')')')dnl