summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
committermounderfod <mounderfod@gmail.com>2023-07-13 14:11:20 +0100
commitb23c816a0df39adf6716b995e83c3dd019edae7d (patch)
tree7f91cd45df0593e09da08a7a07de27b960b432bf /_layouts
parent45884d1574c78119c0179e62cd949bea146e660b (diff)
downloadwebsite-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz
Fancy stuffs
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
-rw-r--r--_layouts/post.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b1ca51b..a8490fa 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,7 +3,8 @@
   <head>
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <title>mounderfod</title>
+    <title>{{page.title}} - mounderfod</title>
+    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
     <meta name="description" content="" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="stylesheet" href="/assets/index.css" />
diff --git a/_layouts/post.html b/_layouts/post.html
index bc104c8..e6a54de 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,5 +15,5 @@ layout: default
         <path
             d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" />
     </svg>
-    <em style="color: gray;">{{page.tags | join ", "}}</em>
+    <em style="color: gray;">{{page.tags | join: ", "}}</em>
 </p>
\ No newline at end of file
*/ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

"""
                       Ranger - main help file
                                                                     k
    Move around:  Use the cursor keys, or "h" to go left,          h   l
                  "j" to go down, "k" to go up, "l" to go right.     j
   Close Ranger:  Type "Q"
  Specific help:  Type "?", prepended with a number:

	|0?|	This index
	|1?|	Basic movement and browsing
	|2?|	Running Files
	|3?|	The console
	|4?|	File operations
	|5?|	Ranger invocation


==============================================================================
0.1. General information

Annotations like |1?| indicate that the topic is explained in more
detail in chapter 1. You can type 1? to view it.
You can type 16? to open chapter 1, paragraph 6.


==============================================================================
0.2. Copying

Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


==============================================================================
"""
# vim:tw=78:sw=4:sts=8:ts=8:ft=help