X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/505a94190f4aba9404b7c9d95444bfa0a14925ec..842b89b2d2d87b57442b14b4fd63477fd234137a:/header.html diff --git a/header.html b/header.html index e371576..96cbbd7 100644 --- a/header.html +++ b/header.html @@ -1,35 +1,46 @@ -ifdef(`__feed', -` +include(meta_notes.m4)dnl +ifdef(`__slug',,`define(__slug, _get(`notes', __id))')dnl +ifdef(`__feed_atom', +` Amin Bandali -tag:bandali.eu.org,2016:__slug +tag:bndl.org,atom,notes:__slug __pub __upd - + __title ', +`ifdef(`__feed_rss', +` +__title +https://bndl.org/__slug +tag:bndl.org,rss,notes:__slug +syscmd(date "-uRd __pub" | tr -d \\n) +', ` -__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') +`Bandali's Personal Site')