Change base URL
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Opensource Game Studio</title>
|
||||
<link rel="stylesheet" href="/theme/css/main.css" />
|
||||
<link rel="stylesheet" href="https://kornerr.github.io/pelican/theme/css/main.css" />
|
||||
|
||||
<!--[if IE]>
|
||||
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
@@ -12,10 +12,10 @@
|
||||
|
||||
<body id="index" class="home">
|
||||
<header id="banner" class="body">
|
||||
<h1><a href="/">Opensource Game Studio </a></h1>
|
||||
<h1><a href="https://kornerr.github.io/pelican/">Opensource Game Studio </a></h1>
|
||||
<nav><ul>
|
||||
<li><a href="/pages/about.html">About</a></li>
|
||||
<li><a href="/category/review.html">Review</a></li>
|
||||
<li><a href="https://kornerr.github.io/pelican/pages/about.html">About</a></li>
|
||||
<li><a href="https://kornerr.github.io/pelican/category/review.html">Review</a></li>
|
||||
</ul></nav>
|
||||
</header><!-- /#banner -->
|
||||
<section id="content" class="body">
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
<dl>
|
||||
<dt>Mon 03 July 2017</dt>
|
||||
<dd><a href="/pelican-review.html">Pelican review</a></dd>
|
||||
<dd><a href="https://kornerr.github.io/pelican/pelican-review.html">Pelican review</a></dd>
|
||||
<dt>Thu 01 June 2017</dt>
|
||||
<dd><a href="/keyboard-review.html">My first review</a></dd>
|
||||
<dd><a href="https://kornerr.github.io/pelican/keyboard-review.html">My first review</a></dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="extras" class="body">
|
||||
|
||||
Reference in New Issue
Block a user