Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten authored Aug 6, 2018
1 parent 15d7978 commit 2578be4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<title>RetryLife - dr</title>
<meta charset="UTF-8">

{% seo %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>RetryLife - dr</title>

</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
{% 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 %}
</header>

<main id="content" class="main-content" role="main">
Expand Down

0 comments on commit 2578be4

Please sign in to comment.