dotfiles

My configuration files.
Log | Files | Refs | README

commit 9d38d72d18e97d1acf6e171e5f83f218c37ceed6
parent e0813f06f45ab42f138d6890c998dbe9b6144cbf
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Wed, 23 Feb 2022 19:48:34 +0100

Add link to stylesheet in html

Diffstat:
Mbin/.local/bin/bm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/.local/bin/bm b/bin/.local/bin/bm @@ -73,6 +73,7 @@ sync () { html () { echo '<!DOCTYPE html>' echo '<meta charset="utf-8">' + echo '<link rel="stylesheet" type="text/css" href="style.css" />' echo '<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔖</text></svg>">' echo '<title>Bookmarks</title>' echo "<h1>Bookmarks</h1>"