X-Git-Url: http://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/505a94190f4aba9404b7c9d95444bfa0a14925ec..refs/heads/experimental-pre:/header.html diff --git a/header.html b/header.html index e371576..b89fc9e 100644 --- a/header.html +++ b/header.html @@ -1,46 +1,50 @@ -ifdef(`__feed', -` -Amin Bandali -tag:bandali.eu.org,2016:__slug +include(meta_defs.m4)dnl +ifdef(`__slug',,`define(__slug, _get(`notes', __id))')dnl +ifdef(`__feed_atom', +` +bandali +tag:bndl.org,2020:notes.atom:__slug __pub -__upd - +ifdef(`__upd',`__upd',`__pub')dnl + __title ', +`ifdef(`__feed_rss', +` +__title +https://bndl.org/__slug +tag:bndl.org,2020:notes.rss:__slug +syscmd(date "-uRd __pub" | tr -d \\n) +ifdef(`__upd',`__upd')dnl +', ` - + -__title`'ifdef(`__nts',,` — Amin Bandali') - +__title -- __site__title + + - + 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') -
- +
+__title -- __site__title
+
+[ home :: notes :: projects :: publications :: cv :: contact ]
 
ifdef(`__pub', `

__title

-

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

-
')') +

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