diff --git a/balkiantheme/templates/base.html b/balkiantheme/templates/base.html
index e0e7dd4..f390de6 100644
--- a/balkiantheme/templates/base.html
+++ b/balkiantheme/templates/base.html
@@ -3,7 +3,7 @@
- {{ SITENAME }} - {% block content_title %}{% endblock %}
+ {{ SITENAME }}
@@ -31,12 +31,12 @@
{% for c,carts in categories %}
-
{{ c.name | capitalize }}
{% endfor %}
-
+
Tags
{% for p in pages %} {% if "/page" in p.url %}
diff --git a/content/cheats/2015-12-10-org-tricks.rst b/content/cheats/2015-12-10-org-tricks.rst
index 2a134ac..9840905 100644
--- a/content/cheats/2015-12-10-org-tricks.rst
+++ b/content/cheats/2015-12-10-org-tricks.rst
@@ -2,7 +2,6 @@ Org-mode tricks
###############
:date: 2015-12-10 Thu 11:34:00
:tags: emacs, productivity, editor, org
-:category: cheats
Show plain text version
diff --git a/content/cheats/arch-linux.rst b/content/cheats/arch-linux.rst
new file mode 100644
index 0000000..51777a7
--- /dev/null
+++ b/content/cheats/arch-linux.rst
@@ -0,0 +1,17 @@
+Arch Linux Fixes
+################
+:date: 2016-02-03 Wed 20:00
+:tags: arch, linux
+
+
+Black screen and LightDM doesn't unlock
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+
+Add this to your `/etc/lightdm/lightdm.conf` file:
+
+.. code-block:: cfg
+
+ [LightDM]
+ logind-check-graphical=true
+
+