mirror of
https://github.com/balkian/balkian.github.com.git
synced 2024-11-12 22:52:29 +00:00
Added cheats and fixed title
This commit is contained in:
parent
c90b55f0d3
commit
dd10587f27
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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">
|
||||
|
||||
<!-- syntax highlighting CSS -->
|
||||
@ -31,12 +31,12 @@
|
||||
<a href="/"><i class="fa fa-home fa-large"></i></a>
|
||||
</li>
|
||||
{% 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 %} >
|
||||
<a href="/{{ c.url }}">{{ c.name | capitalize }}</a>
|
||||
</li>
|
||||
{% 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>
|
||||
</li>
|
||||
{% for p in pages %} {% if "/page" in p.url %}
|
||||
|
@ -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
|
||||
|
17
content/cheats/arch-linux.rst
Normal file
17
content/cheats/arch-linux.rst
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user