Skip to content

Commit d5cde51

Browse files
committed
Move github ribbon
1 parent 0411ba9 commit d5cde51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_octopress/source/_includes/custom/header.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<a href="https://github.com/kvz/phpjs">
2-
<img id="fork-us" style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
3-
</a>
41
<hgroup>
52
<div id="logo">
63
<div id="logoLeft">{</div>

_octopress/source/_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
22
{% include head.html %}
33
<body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
4+
<a target="_blank" href="https://github.com/kvz/phpjs">
5+
<img id="fork-us" style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub">
6+
</a>
47
<header role="banner">{% include header.html %}</header>
58
<nav role="navigation">{% include navigation.html %}</nav>
69
<div id="main">

0 commit comments

Comments
 (0)