all repos — site @ 6286cd3ccd4f3b62c4de17e89bb0c0586c74c1e2

source for my site, found at icyphox.sh

Add git icon link
Anirudh Oppiliappan x@icyphox.sh
Mon, 29 Mar 2021 12:14:20 +0530
commit

6286cd3ccd4f3b62c4de17e89bb0c0586c74c1e2

parent

9c85117d986d31a70ffe37eaf8e9fdddc0e46a5d

4 files changed, 9 insertions(+), 5 deletions(-)

jump to
M config.yamlconfig.yaml

@@ -20,13 +20,16 @@ syntax: 'bw'

footer: | <section class="icons"> <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> - <img class="footimgs" alt="cc nc-by-sa" src="/static/cc.svg"> + <img alt="cc nc-by-sa" src="/static/cc.svg"> </a> <a href="https://webring.xxiivv.com/#random" target="_blank"> - <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg"> + <img alt="xxiivv webring" src="/static/webring.svg"> </a> <a href="/blog/feed.xml" > - <img class="footimgs" alt="rss feed" src="/static/rss.svg"> + <img alt="rss feed" src="/static/rss.svg"> + </a> + <a href="https://git.icyphox.sh"> + <img alt="git" src="/static/git.svg"> </a> </section>
M pages/wiki/_index.mdpages/wiki/_index.md

@@ -1,7 +1,7 @@

--- title: the wiki subtitle: Ideas, beliefs and thoughts. -date: 2021-03-27 +date: 2021-03-29 template: page.html ---
A static/git.svg

@@ -0,0 +1,1 @@

+<?xml version="1.0" ?><svg height="1024" width="640" xmlns="http://www.w3.org/2000/svg"><path d="M512 192c-70.625 0-128 57.344-128 128 0 47.219 25.875 88.062 64 110.281V448c0 0 0 128-128 128-53.062 0-94.656 11.375-128 28.812V302.28099999999995c38.156-22.219 64-63.062 64-110.281 0-70.656-57.344-128-128-128S0 121.34400000000005 0 192c0 47.219 25.844 88.062 64 110.281V721.75C25.844 743.938 0 784.75 0 832c0 70.625 57.344 128 128 128s128-57.375 128-128c0-33.5-13.188-63.75-34.25-86.625C240.375 722.5 270.656 704 320 704c254 0 256-256 256-256v-17.719c38.125-22.219 64-63.062 64-110.281C640 249.34400000000005 582.625 192 512 192zM128 128c35.406 0 64 28.594 64 64s-28.594 64-64 64-64-28.594-64-64S92.594 128 128 128zM128 896c-35.406 0-64-28.625-64-64 0-35.312 28.594-64 64-64s64 28.688 64 64C192 867.375 163.406 896 128 896zM512 384c-35.375 0-64-28.594-64-64s28.625-64 64-64 64 28.594 64 64S547.375 384 512 384z"/></svg>
M static/style.cssstatic/style.css

@@ -43,7 +43,7 @@ display: inline-block;

vertical-align: text-top; image-orientation: from-image; max-width: 100%; - padding-bottom: 5px; + padding: 0 0 5px 3px; cursor: pointer; }