Update default.html

master
wcko87 7 years ago committed by GitHub
parent 729f3c7a38
commit 7005d2ff48
  1. 90
      _layouts/default.html

@ -1,73 +1,49 @@
<!DOCTYPE html>
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css">
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css">
<title>A Guide to Rabi-Ribi Map Editing</title>
{% seo title=false %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>A Guide to Rabi-Ribi Map Editing</title>
<!--[if lt IE 8]>
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
{% seo title=false %}
</head>
<body>
<header>
<div class="inner">
<a href="{{ '/' | absolute_url }}">
<div id="header">
<nav>
<li class="fork"><a href="{{ site.github.repository_url }}/tree/master/docs">DETAILED DOCS</a></li>
<li class="downloads"><a href="https://ci.appveyor.com/project/wcko87/rbrb-map-converter/build/artifacts">Map Converter</a></li>
<li class="downloads"><a href="https://github.com/wcko87/rabiribi-map-editing/files/1283420/rabiribi-tilesets.zip">Tileset Files</a></li>
<li class="downloads"><a href="http://www.mapeditor.org/">Tiled Map Editor</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Rabi-Ribi Editor</h1>
</a>
<h2>A Guide to Rabi-Ribi Map Editing</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
{{ content }}
</section>
<p>A Guide to Rabi-Ribi Map Editing</p>
<hr>
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<aside id="sidebar">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="button">
<small>Download</small>
.zip file
</a>
<a href="{{ site.github.tar_url }}" class="button">
<small>Download</small>
.tar.gz file
</a>
{% endif %}
<p>Download Links</p>
<p>
<a href="https://ci.appveyor.com/project/wcko87/rbrb-map-converter/build/artifacts" class="button">
Rabi-Ribi Map Converter
</a>
</p>
<p>
<a href="https://github.com/wcko87/rabiribi-map-editing/files/1283420/rabiribi-tilesets.zip" class="button">
Tileset files
</a>
</p>
<p>
<a href="http://www.mapeditor.org/" class="button">
Tiled map editor
</a>
</p>
{{ content }}
{% if site.github.is_project_page %}
<p class="repo-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</p>
{% endif %}
</section>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>
</aside>
</div>
</div>
{% if site.google_analytics %}

Loading…
Cancel
Save