aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/template.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html
index 003d73b5..b84991af 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -18,6 +18,7 @@ $endif$
<link href='/css/theme-wide.css' media="only screen and (min-width: 1441px)" rel="stylesheet" type="text/css"/>
<link href='/css/theme-narrow.css' media="only screen and (max-width: 1023px)" rel="stylesheet" type="text/css"/>
<link href='/css/print.css' media="print" rel="stylesheet" type="text/css"/>
+ <link href="//fonts.googleapis.com/css?family=Open+Sans:light" rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/>
<script>
@@ -32,7 +33,7 @@ $endif$
</head>
<body>
<nav class="nav">
- <a class="nav-icon" href="/">blog icon</a>
+ <a class="nav-icon" href="/" title="Home">&nbsp;</a>
<div class="nav-title"><a href="/" class="nav-link">dl? cmplnts?</a></div>
<div class="nav-author">by <a href="https://github.com/zmwangx" class="nav-link" target="_blank">Zhiming Wang</a></div>
</nav>