revamp the website
[~bandali/bndl.org] / header.html
CommitLineData
206884ba 1include(meta_defs.m4)dnl
c08732dd 2ifdef(`__slug',,`define(__slug, _get(`notes', __id))')dnl
066f7565 3ifdef(`__feed_atom',
29f0d7b9 4`<entry xml:base="__d">
ea39cfbe 5<author><name>bandali</name></author>
29f0d7b9 6<id>tag:shemshak.org,2020:__p/notes.atom:__slug</id>
505a9419 7<published>__pub</published>
5e6486ca 8ifdef(`__upd',`<updated>__upd</updated>',`<updated>__pub</updated>')dnl
29f0d7b9 9<link href="__d`'__p/__slug.html" rel="alternate" type="text/html"/>
505a9419
AB
10<title>__title</title>
11<content type="html">',
066f7565
AB
12`ifdef(`__feed_rss',
13`<item>
14<title>__title</title>
29f0d7b9
AB
15<link>__d`'__p/__slug.html</link>
16<guid isPermaLink="false">tag:shemshak.org,2020:__p/notes.rss:__slug</guid>
066f7565 17<pubDate>syscmd(date "-uRd __pub" | tr -d \\n)</pubDate>
dcc71b98 18ifdef(`__upd',`<atom:updated>__upd</atom:updated>')dnl
066f7565 19<description>',
505a9419
AB
20`<!doctype html>
21<html lang="en">
22<head>
23<meta charset="utf-8"/>
ea39cfbe 24<meta name="author" content="bandali"/>
505a9419 25<meta name="viewport" content="width=device-width, initial-scale=1"/>
0c44106a 26<title>__title`'ifdef(`__nts',,` &mdash; bandali')</title>
29f0d7b9
AB
27<link rel="alternate" href="__p/notes.atom" type="application/atom+xml"/>
28<link rel="alternate" href="__p/notes.rss" type="application/rss+xml"/>
29<link rel="icon" href="__p/gnu.ico"/>
30<link rel="stylesheet" href="__p/style.css"/>
505a9419 31ifdef(`__pub',
c08732dd
AB
32define(__previd, `_get(`notes', decr(__id))')dnl
33define(__nextid, `_get(`notes', incr(__id))')dnl
29f0d7b9
AB
34`ifelse(__previd,,,`<link rel="prev" href="__p/__previd.html">')'dnl
35`ifelse(__nextid,,,`<link rel="next" href="__p/__nextid.html">')')dnl
505a9419
AB
36</head>
37<body>
38<header>
29f0d7b9
AB
39ifelse(__slug,`home',`<h1>__site__title</h1>',
40`<strong><a href="__p/">__site__title</a></strong>')
505a9419
AB
41</header>
42<nav>
43<ul>
29f0d7b9
AB
44<li><a href="__p/#notes">notes</a></li>
45<li><a href="__p/publications.html">publications</a></li>
46<li><a href="__p/cv.html" title="curriculum vitae">cv</a></li>
47<li><a href="__p/contact.html">contact</a></li>
48dnl<li><a href="__p/fa/" title="Persian">فارسی</a></li>
505a9419
AB
49</ul>
50</nav>
51<main>
52ifdef(`__pub',
53`<article>
54<header>
55<h1>__title</h1>
066f7565
AB
56<p>Published on syscmd(date "-d __pub" "+%B %e`,' %Y" | tr -d \\n)`'ifdef(`__upd',`<br/>
57Last updated on syscmd(date "-d __upd" "+%B %e`,' %Y" | tr -d \\n)')</p>
c08732dd 58</header>')')')dnl