various updates
[~bandali/bndl.org] / header.html
index 78e73d6..562119b 100644 (file)
@@ -1,28 +1,28 @@
 include(meta_notes.m4)dnl
 ifdef(`__slug',,`define(__slug, _get(`notes', __id))')dnl
 ifdef(`__feed_atom',
-`<entry xml:base="https://bandali.eu.org">
-<author><name>Amin Bandali</name></author>
-<id>tag:bandali.eu.org,atom,notes:__slug</id>
+`<entry xml:base="https://bndl.org">
+<author><name>bandali</name></author>
+<id>tag:bndl.org,atom,notes:__slug</id>
 <published>__pub</published>
 <updated>__upd</updated>
-<link href="https://bandali.eu.org/__slug" rel="alternate" type="text/html"/>
+<link href="https://bndl.org/__slug" rel="alternate" type="text/html"/>
 <title>__title</title>
 <content type="html">',
 `ifdef(`__feed_rss',
 `<item>
 <title>__title</title>
-<link>https://bandali.eu.org/__slug</link>
-<guid isPermaLink="false">tag:bandali.eu.org,rss,notes:__slug</guid>
+<link>https://bndl.org/__slug</link>
+<guid isPermaLink="false">tag:bndl.org,rss,notes:__slug</guid>
 <pubDate>syscmd(date "-uRd __pub" | tr -d \\n)</pubDate>
 <description>',
 `<!doctype html>
 <html lang="en">
 <head>
 <meta charset="utf-8"/>
-<meta name="author" content="Amin Bandali"/>
+<meta name="author" content="bandali"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>__title`'ifdef(`__nts',,` &mdash; Amin Bandali')</title>
+<title>__title`'ifdef(`__nts',,` &mdash; bandali')</title>
 <link rel="alternate" href="/atom.xml" type="application/atom+xml"/>
 <link rel="icon" href="/gnu.ico"/>
 <link rel="stylesheet" href="/style.css"/>
@@ -36,13 +36,13 @@ define(__nextid, `_get(`notes', incr(__id))')dnl
 <body>
 <header>
 ifelse(__slug,`home',`<h1>__title</h1>',
-`<strong><a href="/">Amin Bandali</a>&apos;s Personal Site</strong>')
+`<strong><a href="/">Bandali</a>&apos;s Personal Site</strong>')
 </header>
 <nav>
 <ul>
-<li><a href="/#papers">Publications</a></li>
-<li><a href="/#projects">Projects</a></li>
 <li><a href="/#notes">Notes</a></li>
+<li><a href="/projects">Projects</a></li>
+<li><a href="/publications">Publications</a></li>
 <li><a href="/cv" title="curriculum vitae">CV</a></li>
 <li><a href="/contact">Contact</a></li>
 </ul>