Skip to content

Commit 396f3d2

Browse files
committed
Added Status build badge to footer.
1 parent 69af5f6 commit 396f3d2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

_layouts/default.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<a id="forkme_banner" href="{{ site.repository_url }}"
99
>Fork on GitHub</a>
1010

11-
<h1 id="project_title"><a href="http://scriptfusion.com" title="Home"
12-
>{{ site.title }}</a></h1>
11+
<h1 id="project_title">
12+
<a href="/" title="Home">{{ site.title }}</a>
13+
</h1>
1314
<h2 id="project_tagline">{{ site.tagline }}</h2>
1415
</header>
1516
</div>
@@ -22,6 +23,9 @@ <h2 id="project_tagline">{{ site.tagline }}</h2>
2223

2324
<div id="footer_wrap" class="outer">
2425
<footer class="inner">
26+
<a href="https://travis-ci.org/ScriptFUSION/Status" style="float: right">
27+
<img src="https://travis-ci.org/ScriptFUSION/Status.svg?branch=master">
28+
</a>
2529
<p>
2630
Generated on
2731
<a href="{{ site.build_url }}">{{ site.time | date_to_rfc822 }}</a>

index.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: page
1515
%th Version
1616
%th Monthly downloads
1717
%th
18-
%abbr(title='Unique views past 14 days') Views
18+
%abbr(title='Unique repository views past 14 days') Views
1919
%th Build
2020
%th Coverage
2121
%th Style

0 commit comments

Comments
 (0)