Fixed invalid markups

This commit is contained in:
Keichi Takahashi 2015-04-02 22:09:56 +09:00
parent b867f968fa
commit 5988db197a
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<section class="author-info row">
<div class="author-avatar col-md-2">
{{ with .Site.Params.avatar }}
<img src="{{ . }}" />
<img alt="Author Avatar" src="{{ . }}" />
{{ end }}
</div>
<div class="author-meta col-md-6">

View File

@ -33,7 +33,9 @@
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" type="text/css">
<link rel="shortcut icon" href="{{ .Site.BaseUrl }}images/favicon.ico" />
<link rel="apple-touch-icon" href="{{ .Site.BaseUrl }}images/apple-touch-icon.png" />
{{ if eq .Url "/" }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
</head>
<body>
<header class="global-header">