experiment with a fully <pre>-based look
[~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',
3fdab855 4`<entry xml:base="https://bndl.org">
ea39cfbe 5<author><name>bandali</name></author>
dcc71b98 6<id>tag:bndl.org,2020:notes.atom:__slug</id>
505a9419 7<published>__pub</published>
5e6486ca 8ifdef(`__upd',`<updated>__upd</updated>',`<updated>__pub</updated>')dnl
3fdab855 9<link href="https://bndl.org/__slug" 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>
3fdab855 15<link>https://bndl.org/__slug</link>
dcc71b98 16<guid isPermaLink="false">tag:bndl.org,2020: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"/>
77fd7e54 26<title>__title -- __site__title</title>
dcc71b98
AB
27<link rel="alternate" href="/notes.atom" type="application/atom+xml"/>
28<link rel="alternate" href="/notes.rss" type="application/rss+xml"/>
505a9419 29<link rel="icon" href="/gnu.ico"/>
77fd7e54 30<!-- <link rel="stylesheet" href="/style.css"/> -->
505a9419
AB
31<link rel="index" href="/"/>
32ifdef(`__pub',
c08732dd
AB
33define(__previd, `_get(`notes', decr(__id))')dnl
34define(__nextid, `_get(`notes', incr(__id))')dnl
35`ifelse(__previd,,,`<link rel="prev" href="/__previd">')'dnl
36`ifelse(__nextid,,,`<link rel="next" href="/__nextid">')')dnl
505a9419
AB
37</head>
38<body>
77fd7e54
AB
39<pre>
40<b>__title</b> -- __site__title
41
42[ <a href="/">home</a> :: <a href="/#notes">notes</a> :: <a href="/projects">projects</a> :: <a href="/publications">publications</a> :: <a href="/cv" title="curriculum vitae">cv</a> :: <a href="/contact">contact</a> ]
505a9419
AB
43<main>
44ifdef(`__pub',
45`<article>
46<header>
47<h1>__title</h1>
066f7565
AB
48<p>Published on syscmd(date "-d __pub" "+%B %e`,' %Y" | tr -d \\n)`'ifdef(`__upd',`<br/>
49Last updated on syscmd(date "-d __upd" "+%B %e`,' %Y" | tr -d \\n)')</p>
c08732dd 50</header>')')')dnl