commit a323064e20be94d43b20b37d8cc78b5e9ab76856
parent 2f86a84ba7b4bfe156c54bdc395134de9d4e291c
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Thu, 16 Mar 2017 18:01:47 -0400
Replace {{ SITE_URL }} by {{ BASE_URL }}
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/templates/mustache/default.mustache b/templates/mustache/default.mustache
@@ -19,7 +19,7 @@
Créé à {{ SITE_AUTHOR_LOCALITY }} le
<time class="dt-published" $if(datetime)$datetime="$date$T$datetime$"$endif$>$date$</time> par
- <a class="p-author author h-card" href="{{ SITE_URL }}#hs" rel="author">
+ <a class="p-author author h-card" href="{{ BASE_URL }}#hs" rel="author">
<i>{{ SITE_AUTHOR }}</i>
<img alt=""
class="u-photo visuallyhidden"
diff --git a/templates/mustache/feed/feed.mustache b/templates/mustache/feed/feed.mustache
@@ -3,8 +3,8 @@
<title>Flux Atom de {{ SITE_DOMAINNAME }}</title>
<subtitle>{{ SITE_DESCRIPTION }}</subtitle>
<id>tag:hugo.soucy.cc,2014-02-19:hs0ucy</id>
- <link href="{{ SITE_URL }}/feed.atom.xml" rel="self" type="application/atom+xml"/>
- <link href="{{ SITE_URL }}" rel="alternate" />
+ <link href="{{ BASE_URL }}/feed.atom.xml" rel="self" type="application/atom+xml"/>
+ <link href="{{ BASE_URL }}" rel="alternate" />
<updated>{{ NOW_DATE }}T{{ NOW_DATETIME }}Z</updated>
<author>
<name>{{ SITE_AUTHOR }}</name>
diff --git a/templates/mustache/index.mustache b/templates/mustache/index.mustache
@@ -8,7 +8,7 @@
<div class="layout">
<h1 class="logo p-name" property="name">{{ SITE_AUTHOR }}</h1>
<h2 class="visuallyhidden p-job-title" property="jobTitle">{{ SITE_AUTHOR_TITLE }}</h2>
- <a class="u-url visuallyhidden" href="{{ SITE_URL }}" rel="me">{{ SITE_URL }}</a>
+ <a class="u-url visuallyhidden" href="{{ BASE_URL }}" rel="me">{{ BASE_URL }}</a>
</div>
</header>
diff --git a/templates/mustache/note.mustache b/templates/mustache/note.mustache
@@ -43,14 +43,14 @@
Publié le <time class="dt-published" $if(datetime)$datetime="$date$T$datetime$"$endif$>$date$</time>
par
- <a class="p-author author h-card" href="{{ SITE_URL }}#hs" rel="author">
+ <a class="p-author author h-card" href="{{ BASE_URL }}#hs" rel="author">
<i>{{ SITE_AUTHOR }}</i>
<img alt=""
class="u-photo visuallyhidden"
src="http://assets.soucy.cc/images/hugosoucy/favicon/hs-autoportrait-2010-nb-favion-32x32.png"/>
</a>
$if(modified)$et modifié le <time class="dt-updated">$modified$</time>$endif$.
- <br/>↵ <a href="{{ SITE_URL }}/note">Retourner aux notes</a>.
+ <br/>↵ <a href="{{ BASE_URL }}/note">Retourner aux notes</a>.
</footer>
<aside class="webmention-herokuapp">