1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-09-27 18:31:43 +00:00

Added cheats and fixed title

This commit is contained in:
J. Fernando Sánchez 2016-02-03 18:56:20 +01:00
parent c90b55f0d3
commit dd10587f27
3 changed files with 20 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ SITENAME }} - {% block content_title %}{% endblock %}</title> <title>{{ SITENAME }}</title>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS --> <!-- syntax highlighting CSS -->
@ -31,12 +31,12 @@
<a href="/"><i class="fa fa-home fa-large"></i></a> <a href="/"><i class="fa fa-home fa-large"></i></a>
</li> </li>
{% for c,carts in categories %} {% for c,carts in categories %}
<li {% if page_name and page_name == c.page_name %} class="active" <li {% if ( page_name and page_name == c.page_name) or (category and category == c ) %} class="active"
{% endif %} > {% endif %} >
<a href="/{{ c.url }}">{{ c.name | capitalize }}</a> <a href="/{{ c.url }}">{{ c.name | capitalize }}</a>
</li> </li>
{% endfor %} {% endfor %}
<li {% if page_name == "tags" %} class="active" {%endif%}> <li {% if page_name == "tags" or tag %} class="active" {%endif%}>
<a href="/tags.html">Tags</a> <a href="/tags.html">Tags</a>
</li> </li>
{% for p in pages %} {% if "/page" in p.url %} {% for p in pages %} {% if "/page" in p.url %}

View File

@ -2,7 +2,6 @@ Org-mode tricks
############### ###############
:date: 2015-12-10 Thu 11:34:00 :date: 2015-12-10 Thu 11:34:00
:tags: emacs, productivity, editor, org :tags: emacs, productivity, editor, org
:category: cheats
Show plain text version Show plain text version

View File

@ -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