vimwiki

beau's personal wiki, made using vim
git clone https://git.beauhilton.com/vimwiki.git
Log | Files | Refs | README

commit cbc65d3807430c37055e43156b4c7a0e8c3fcd1d
parent 712e920692c1328e454440cf2e27a4dbbde4d2cf
Author: Beau Hilton <beau.hilton@vumc.org>
Date:   Thu,  5 Aug 2021 12:17:24 -0500

add favicon, cleanup

Diffstat:
M_header.html | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/_header.html b/_header.html @@ -1,4 +1,13 @@ -<html><title></title> +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> <link rel="alternate" type="application/atom+xml" href="/rss.xml"> <link rel="stylesheet" href="/style.css"> +<link rel="icon" href="https://git.beauhilton.com/logo.png"> +</head> +<meta charset="utf-8"> +<body id="home"> <body class="mw6 w-100 center"> +<section id="masthead"> +<h1><a href="/index.html" title="memex">memex</a></h1> +</section>