diff options
author | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-06 14:34:21 -0400 |
---|---|---|
committer | Mike Gerwitz <mike@mikegerwitz.com> | 2013-06-06 14:41:35 -0400 |
commit | 962e7bf63e66c52f66a19385375025d4c0f8a8e9 (patch) | |
tree | a3dea10cba7b9b74a364549aaf9a7a91d3fe59f8 | |
parent | a20d956533f8669a24767e9558c5441cd0628a0f (diff) | |
download | thoughts-962e7bf63e66c52f66a19385375025d4c0f8a8e9.tar.gz thoughts-962e7bf63e66c52f66a19385375025d4c0f8a8e9.tar.bz2 thoughts-962e7bf63e66c52f66a19385375025d4c0f8a8e9.zip |
Corrected asciidoc footer for gnu-inside.png URL
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | tools/footer.tpl | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -83,7 +83,6 @@ www-root: docs thoughts ) cp -r images/ www-root/ cp style.css www-root/ - ln -sf ../images www-root/papers/images clean: rm -rf www-root/ diff --git a/tools/footer.tpl b/tools/footer.tpl index 0bdf172..2f4a26f 100644 --- a/tools/footer.tpl +++ b/tools/footer.tpl @@ -1,5 +1,5 @@ <a href="http://mikegerwitz.com/about/inside/" id="gnuinside"> - <img src="images/gnulinuxinside.png" alt="GNU/Linux Inside!" /> + <img src="/images/gnu-inside.png" alt="GNU/Linux Inside!" /> </a> <div id="copyright"> |