mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix missing SITEURL and base home link
1. Following up on bbinet's changes in f12a297, ensure that the notmyidea
theme's article.html template includes the SITEURL variable when
constructing URL links.
2. Add missing slash to the base.html template so that clicking on the
site header at top left refers to "/" instead of "" when SITEURL is not
defined. Otherwise, the "" target will cause the browser to load the
current page and not the site's root (as one would expect).
This commit is contained in:
parent
447e627286
commit
7056622322
56 changed files with 76 additions and 76 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="{{ article.url }}" rel="bookmark"
|
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
|
||||||
title="Permalink to {{ article.title|striptags }}">{{ article.title}}</a></h1>
|
title="Permalink to {{ article.title|striptags }}">{{ article.title}}</a></h1>
|
||||||
{% include 'twitter.html' %}
|
{% include 'twitter.html' %}
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
{% include 'github.html' %}
|
{% include 'github.html' %}
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="{{ SITEURL }}">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
|
<h1><a href="{{ SITEURL }}/">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
{% for title, link in MENUITEMS %}
|
{% for title, link in MENUITEMS %}
|
||||||
<li><a href="{{ link }}">{{ title }}</a></li>
|
<li><a href="{{ link }}">{{ title }}</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="a-markdown-powered-article.html" rel="bookmark"
|
<a href="./a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-1.html" rel="bookmark"
|
<a href="./article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-2.html" rel="bookmark"
|
<a href="./article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-3.html" rel="bookmark"
|
<a href="./article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href=".././category/bar.html">bar</a></li>
|
<li class="active"><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="./category/bar.html">bar</a></li>
|
<li class="active"><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="oh-yeah.html" rel="bookmark"
|
<a href="./oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="second-article-fr.html" rel="bookmark"
|
<a href="./second-article-fr.html" rel="bookmark"
|
||||||
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="second-article.html" rel="bookmark"
|
<a href="./second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">A Pelican Blog </a></h1>
|
<h1><a href=".././">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/bar.html">bar</a></li>
|
<li ><a href=".././category/bar.html">bar</a></li>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="this-is-a-super-article.html" rel="bookmark"
|
<a href="./this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<body id="index" class="home">
|
<body id="index" class="home">
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">A Pelican Blog </a></h1>
|
<h1><a href="./">A Pelican Blog </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/bar.html">bar</a></li>
|
<li ><a href="./category/bar.html">bar</a></li>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="unbelievable.html" rel="bookmark"
|
<a href="./unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="a-markdown-powered-article.html" rel="bookmark"
|
<a href="./a-markdown-powered-article.html" rel="bookmark"
|
||||||
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
title="Permalink to A markdown powered article">A markdown powered article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-1.html" rel="bookmark"
|
<a href="./article-1.html" rel="bookmark"
|
||||||
title="Permalink to Article 1">Article 1</a></h1>
|
title="Permalink to Article 1">Article 1</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-2.html" rel="bookmark"
|
<a href="./article-2.html" rel="bookmark"
|
||||||
title="Permalink to Article 2">Article 2</a></h1>
|
title="Permalink to Article 2">Article 2</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="article-3.html" rel="bookmark"
|
<a href="./article-3.html" rel="bookmark"
|
||||||
title="Permalink to Article 3">Article 3</a></h1>
|
title="Permalink to Article 3">Article 3</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href=".././category/yeah.html">yeah</a></li>
|
<li class="active"><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="a-draft-article.html" rel="bookmark"
|
<a href=".././a-draft-article.html" rel="bookmark"
|
||||||
title="Permalink to A draft article">A draft article</a></h1>
|
title="Permalink to A draft article">A draft article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="oh-yeah-fr.html" rel="bookmark"
|
<a href="./oh-yeah-fr.html" rel="bookmark"
|
||||||
title="Permalink to Trop bien !">Trop bien !</a></h1>
|
title="Permalink to Trop bien !">Trop bien !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="oh-yeah.html" rel="bookmark"
|
<a href="./oh-yeah.html" rel="bookmark"
|
||||||
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
title="Permalink to Oh yeah !">Oh yeah !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="second-article-fr.html" rel="bookmark"
|
<a href="./second-article-fr.html" rel="bookmark"
|
||||||
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
title="Permalink to Deuxième article">Deuxième article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="second-article.html" rel="bookmark"
|
<a href="./second-article.html" rel="bookmark"
|
||||||
title="Permalink to Second article">Second article</a></h1>
|
title="Permalink to Second article">Second article</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href="../.">Alexis' log </a></h1>
|
<h1><a href=".././">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href=".././pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href=".././category/yeah.html">yeah</a></li>
|
<li ><a href=".././category/yeah.html">yeah</a></li>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li class="active"><a href="./category/yeah.html">yeah</a></li>
|
<li class="active"><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="this-is-a-super-article.html" rel="bookmark"
|
<a href="./this-is-a-super-article.html" rel="bookmark"
|
||||||
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
title="Permalink to This is a super article !">This is a super article !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||||||
</a>
|
</a>
|
||||||
<header id="banner" class="body">
|
<header id="banner" class="body">
|
||||||
<h1><a href=".">Alexis' log </a></h1>
|
<h1><a href="./">Alexis' log </a></h1>
|
||||||
<nav><ul>
|
<nav><ul>
|
||||||
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
<li><a href="./pages/this-is-a-test-page.html">This is a test page</a></li>
|
||||||
<li ><a href="./category/yeah.html">yeah</a></li>
|
<li ><a href="./category/yeah.html">yeah</a></li>
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
<a href="unbelievable.html" rel="bookmark"
|
<a href="./unbelievable.html" rel="bookmark"
|
||||||
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
title="Permalink to Unbelievable !">Unbelievable !</a></h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue