Skip to content

Commit bfe5990

Browse files
authored
Merge pull request #72 from basiljs/feature/twitter-link
Feature/twitter link
2 parents cdbf9a9 + 162102d commit bfe5990

File tree

7 files changed

+108
-856
lines changed

7 files changed

+108
-856
lines changed

_includes/aside-left.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
-->
1212
{% assign pages = site.pages | sort: 'order' %}
1313
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
14-
<li class="menu-item {% if item.title == page.title %}active{% endif %}"><a href="{{item.url}}">{{item.title}}</a></li>
14+
<li class="menu-item {% if item.title == page.title %}active{% endif %}"><a href="{{item.url}}" class="stepped-link">{{item.title}}</a></li>
1515
{% endif %}{% endif %}{% endif %}{% endfor %}
16-
16+
1717
</ul>
1818
</nav>
1919
<div class="tweet">
2020
<div class="message"></div>
2121
<div class="tweettime"></div>
22+
<div class="twitter-link"><a href="https://twitter.com/basil_js" class="stepped-link">@basil_js</a></div>
2223
</div>
2324
<div class="fhnw-logo">
2425
<a href="http://www.fhnw.ch/hgk/ivk"><img src="/assets/images/fhnwlogo.png" alt="FHNW logo and link"></a>

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8-
<title>Basil.js</title>
9-
<meta name="description" content="basil.js docs">
8+
<title>basil.js // </title>
9+
<meta name="description" content="basil.js website">
1010
<meta name="author" content="Fabian Morón Zirfas">
1111
<!--[if lt IE 9]>
1212
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>

0 commit comments

Comments
 (0)