logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: c8405605a67662a624447ec210e76a243b77c229
parent f55cf260fd4a03f071307192e380ca6303af6c03
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 13 Jul 2020 23:19:12 +0200

badwolf: Add meta-description

Diffstat:

Mprojects/badwolf.shtml7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -3,6 +3,13 @@ <head> <!--#include file="/templates/head.shtml" --> <title>BadWolf — lanodan’s cyber-home</title> + <meta name="description" content="BadWolf is a minimalist and privacy-oriented WebKitGTK browser. + +- Privacy-oriented: No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default; +- Minimalist: Small codebase (~1 500), reuses existing components when available or makes it available; +- Customizable: WebKitGTK native extensions, Interface customizable through CSS; +- Powerful & Usable: Stable User-Interface; The common shortcuts are available, no vi-modal edition or single-key shortcuts are used; +- No annoyances: Dialogs are only used when required (save file, print, …), javascript popups open in a background tab" /> </head> <body> <!--#include file="/templates/en/nav.shtml" -->