summaryrefslogtreecommitdiff
path: root/templates/sidebar.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar.html.j2')
-rw-r--r--templates/sidebar.html.j28
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/sidebar.html.j2 b/templates/sidebar.html.j2
index a58c2cb..ef89489 100644
--- a/templates/sidebar.html.j2
+++ b/templates/sidebar.html.j2
@@ -25,15 +25,19 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself
<p>ls <a href="/tags">~/tags/</a></p>
<p>{% for tag in site.top_tags %}<a href="/tags/{{ tag }}.html">{{ tag }}/</a>{% if not loop.last %} {% endif %}{% endfor %}</p>
<h3 class="magenta">I want different colors</h3>
-<p>~/themes/</p>
+<p>ls ~/themes/ <a class="theme-extender" href="javascript:void(0);" onclick="setThemeExtend()">-A</a></p>
<a href="javascript:void(0);" class="icon-text theme-selector-light" onclick="setTheme('light')">
<img src="/assets/image/sun.svg" class="svg-icon" />
- <span>sweet-celestia.sh</span>
+ <span>sweet-celestial.sh</span>
</a>
<a href="javascript:void(0);" class="icon-text theme-selector-dark" onclick="setTheme('dark')">
<img src="/assets/image/moon.svg" class="svg-icon" />
<span>luna-eclipsed.sh</span>
</a>
+<a href="javascript:void(0);" class="icon-text theme-selector-pink theme-extender-target" onclick="setTheme('pink')">
+ <img src="/assets/image/balloon.svg" class="svg-icon" />
+ <span>.pinky-swear.sh</span>
+</a>
<h3 class="magenta">Never miss a post</h3>
<a href="/feed.xml" class="icon-text">
<img src="/assets/image/rss.svg" class="svg-icon" />