Bug fix: path to favicon

This commit is contained in:
Hajime Hoshi 2014-12-28 16:59:04 +09:00
parent fff7d9f21c
commit d88261ae37
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
{{comment .License}}
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
<link rel="icon" href="/favicon.png" type="image/png" >
<link rel="shortcut icon" href="./favicon.png" type="image/png" >
<link rel="icon" href="./favicon.png" type="image/png" >
<style>
body {
font-family: sans-serif;

View File

@ -12,8 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.-->
<link rel="shortcut icon" href="/favicon.png" type="image/png" >
<link rel="icon" href="/favicon.png" type="image/png" >
<link rel="shortcut icon" href="./favicon.png" type="image/png" >
<link rel="icon" href="./favicon.png" type="image/png" >
<style>
body {
font-family: sans-serif;