Browse Source

Work on style (absolute paths)

pull/3328/head
Christoph Wille 10 years ago
parent
commit
37d4744a97
  1. 35
      _layouts/defaultnolinks.html
  2. 2
      releases/2.3/index.md

35
_layouts/defaultnolinks.html

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="/javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<p>{{ page.subtitle }}</p>
<p class="view"><a href="https://github.com/icsharpcode/ILSpy">View the Project on GitHub <small>icsharpcode/ILSpy</small></a></p>
</header>
<section>
{{ content }}
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/icsharpcode">icsharpcode</a></p>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>

2
releases/2.3/index.md

@ -1,5 +1,5 @@
--- ---
layout: default layout: defaultnolinks
title: ILSpy 2.3 title: ILSpy 2.3
subtitle: Release Notes subtitle: Release Notes
--- ---

Loading…
Cancel
Save