diff options
author | Mike Gerwitz <mtg@gnu.org> | 2015-05-17 20:38:41 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2015-05-17 20:38:41 -0400 |
commit | 1ead904c43e1ddf7e054431d1a0c66c31188d893 (patch) | |
tree | 7b5c5944a50ee0417d4db5c5cb8f64c22e4227c8 | |
parent | 895c2b2dd16342dff72203125b68af4d8a30a4fc (diff) | |
download | thoughts-1ead904c43e1ddf7e054431d1a0c66c31188d893.tar.gz thoughts-1ead904c43e1ddf7e054431d1a0c66c31188d893.tar.bz2 thoughts-1ead904c43e1ddf7e054431d1a0c66c31188d893.zip |
:Replace Gitorious link and logo with GitLab
Gitorious acquired.
-rw-r--r-- | images/gitlab-42.png | bin | 0 -> 4037 bytes | |||
-rw-r--r-- | images/gitorious-42.png | bin | 6441 -> 0 bytes | |||
-rw-r--r-- | tpl/.config | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/images/gitlab-42.png b/images/gitlab-42.png Binary files differnew file mode 100644 index 0000000..e99168d --- /dev/null +++ b/images/gitlab-42.png diff --git a/images/gitorious-42.png b/images/gitorious-42.png Binary files differdeleted file mode 100644 index e0c3681..0000000 --- a/images/gitorious-42.png +++ /dev/null diff --git a/tpl/.config b/tpl/.config index bacd0d7..b953402 100644 --- a/tpl/.config +++ b/tpl/.config @@ -119,10 +119,10 @@ EOM # cleaner without this) html_index_footer=$(cat <<EOM <div id="selflinks"> - <a href="http://gitorious.org/~mikegerwitz"> - <img src="/images/gitorious-42.png" - alt="See me on Gitorious" - title="See me on Gitorious" + <a href="https://gitlab.com/u/mikegerwitz"> + <img src="/images/gitlab-42.png" + alt="See me on GitLab" + title="See me on GitLab" width="42" height="42" border="0" /> </a> |