Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (28 sloc)
1.3 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="page-header"> | |
<div class="divTableRow"> | |
<div class="divTableCell header-meta-left-filler"> | |
<a href="{{ site.url }}/about/" class="btn">About</a></span> | |
</div> | |
<div class="divTableCell header-meta-main-filler"> | |
<h1 class="project-name"><a href="/" | |
class="blog-title">{{ site.title | default: site.github.repository_name }}</a></h1> | |
<h3 class="project-tagline">{{ site.tagline | default: site.github.project_tagline }}</h3> | |
</div> | |
{% if site.github.is_project_page %} | |
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> | |
{% endif %} | |
{% if site.show_downloads %} | |
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> | |
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> | |
{% endif %} | |
<div class="divTableCell"> | |
<!-- <a href="#subscribe" class="btn">Subscribe</a></span>--> | |
<a href="{{ site.url }}/feed" class="feed"> | |
<img title="Add the blog's RSS feed to your client to get automatic notifications of new posts." | |
src="/assets/images/rss-feed-green-circle.png" style="width:50px" /> | |
</a></span> | |
</div> | |
</div> | |
<!--<input type="text" id="search" placeholder="search" class="search-text-box" | |
onkeypress="return processSearchInput(event)">--> | |
</section> |