commit 73adbcb80587f5768c28a5285118caaffd4bd2a6
Author: Nils R <ml_AT_hxgn.net>
Date: Fri Mar 21 11:56:25 2014 +0100
remove faq entry from index.md, add <abbr> tag for FAQ header
diff --git a/st.suckless.org/faq.md b/st.suckless.org/faq.md
index acf1363..2924768 100644
--- a/st.suckless.org/faq.md
+++ b/st.suckless.org/faq.md
_AT_@ -1,4 +1,4 @@
-FAQ
+<abbr title="Frequently Asked Questions">FAQ</abbr>
===
The FAQ is maintained in the st git repository and can be read
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
index fe97e28..6caaed7 100644
--- a/st.suckless.org/index.md
+++ b/st.suckless.org/index.md
_AT_@ -47,12 +47,6 @@ Configuration
The configuration is done in `config.h` (like in dwm). See the comments in the
generated `config.h` to edit it to your needs.
-
-<abbr title="Frequently Asked Questions">FAQ</abbr>
----------------
-
-[Canonical FAQ](
http://git.suckless.org/st/tree/FAQ)
-
## Why does st not handle utmp entries?
Use the excellent tool of [utmp](
http://git.suckless.org/utmp/) for this task.
Received on Fri Mar 21 2014 - 11:59:40 CET