X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/a9bc018ee07125709a2814a194a7bfb3433907fe..066f756557045139f7cafc2b5fb30034bc9e021b:/header.html diff --git a/header.html b/header.html index e371576..9c73747 100644 --- a/header.html +++ b/header.html @@ -1,12 +1,19 @@ -ifdef(`__feed', +ifdef(`__feed_atom', ` Amin Bandali -tag:bandali.eu.org,2016:__slug +tag:bandali.eu.org,atom,notes:__slug __pub __upd __title ', +`ifdef(`__feed_rss', +` +__title +https://bandali.eu.org/__slug +tag:bandali.eu.org,rss,notes:__slug +syscmd(date "-uRd __pub" | tr -d \\n) +', ` @@ -41,6 +48,6 @@ 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)')

+')')')