Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-04-02 16:09:56 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-04-02 16:09:56 +0300
commit5988db197a24060658f5b632bb937c9ff4f5e489 (patch)
tree3ba8360b92c4944e4f097c0c0cb15b37e606058f
parentb867f968faf48699437e8a0ac19fa2ec46b526ca (diff)
Fixed invalid markups
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/partials/header.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9f7f5d1..92a485f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -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">
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 015d105..1d870d9 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -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">