pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 8629839b7920486fe5db497ff53ca36d8c80368b parent df6c454fd3ce6be7ca4982943ced3a2f3c16ff80 Author: Jul <jul@9o.is> Date: Sat, 12 Apr 2014 22:51:14 -0400 apple icons pointing to correct image link now Diffstat:
| M | src/main/webapp/templates-hidden/base-wrap.html | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/templates-hidden/base-wrap.html b/src/main/webapp/templates-hidden/base-wrap.html @@ -16,9 +16,9 @@ <![endif]--> <link rel="shortcut icon" href="/img/favicon.ico"> -<link rel="apple-touch-icon" href="images/apple-touch-icon.png"> -<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> -<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> +<link rel="apple-touch-icon" href="/img/apple-touch-icon.png"> +<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-72x72.png"> +<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-touch-icon-114x114.png"> </head> <body>