summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-23 01:00:58 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-23 01:00:58 -0800
commit0fec345989bfdfb127d1397973d89046b03f5ced (patch)
treeee749931f09db15a6832fe5c3febd19044729751 /_includes
parenta1a7efaf71ca45188737a73aca11aa8e05f8502a (diff)
rename HOME_URL to HOME_PATH
Diffstat (limited to '_includes')
-rw-r--r--_includes/JB/setup4
-rw-r--r--_includes/themes/mark-reid/default.html8
-rw-r--r--_includes/themes/mark-reid/post.html2
-rw-r--r--_includes/themes/the-minimum/default.html2
-rw-r--r--_includes/themes/tom/default.html2
-rw-r--r--_includes/themes/twitter/default.html2
6 files changed, 10 insertions, 10 deletions
diff --git a/_includes/JB/setup b/_includes/JB/setup
index 337a2a7..30342fe 100644
--- a/_includes/JB/setup
+++ b/_includes/JB/setup
@@ -4,10 +4,10 @@
-->
{% if site.safe and site.JB.BASE_PATH %}
{% assign BASE_PATH = site.JB.BASE_PATH %}
- {% assign HOME_URL = site.JB.BASE_PATH %}
+ {% assign HOME_PATH = site.JB.BASE_PATH %}
{% else %}
{% assign BASE_PATH = nil %}
- {% assign HOME_URL = "/" %}
+ {% assign HOME_PATH = "/" %}
{% endif %}
{% if site.JB.ASSET_PATH %}
diff --git a/_includes/themes/mark-reid/default.html b/_includes/themes/mark-reid/default.html
index 8702b44..91cbf03 100644
--- a/_includes/themes/mark-reid/default.html
+++ b/_includes/themes/mark-reid/default.html
@@ -7,7 +7,7 @@
<title>{{ page.title }} &larr; {{ page.top }}</title>
<meta name="author" content="{{ site.author.name }}" />
- <link rel="start" href="{{ HOME_URL }}" />
+ <link rel="start" href="{{ HOME_PATH }}" />
{% if page.keywords %}
<meta name="keywords" content="{{ page.keywords }}">
@@ -29,11 +29,11 @@
<div id="header">
<h1>
- <a href="{{ HOME_URL }}" title="{{ site.title }}">{{ site.title }}</a>
- <span class="byline">&larr; <a href="{{ HOME_URL }}">{{ site.author.name }}</a></span>
+ <a href="{{ HOME_PATH }}" title="{{ site.title }}">{{ site.title }}</a>
+ <span class="byline">&larr; <a href="{{ HOME_PATH }}">{{ site.author.name }}</a></span>
</h1>
<ul class="nav">
- <li><a class="home" href="{{ HOME_URL }}">Home</a></li>
+ <li><a class="home" href="{{ HOME_PATH }}">Home</a></li>
<li><a href="/archive.html">Archive</a></li>
<li><a href="/pages.html">Pages</a></li>
<li><a href="/categories.html">Categories</a></li>
diff --git a/_includes/themes/mark-reid/post.html b/_includes/themes/mark-reid/post.html
index 6e3396f..45b5984 100644
--- a/_includes/themes/mark-reid/post.html
+++ b/_includes/themes/mark-reid/post.html
@@ -9,7 +9,7 @@
{{ content }}
<address class="signature">
- <a class="author" href="{{ HOME_URL }}">{{ site.author.name }}</a>
+ <a class="author" href="{{ HOME_PATH }}">{{ site.author.name }}</a>
<span class="date">{{ page.date | date_to_long_string }}</span>
<span class="location">{{ page.location }}</span>
</address>
diff --git a/_includes/themes/the-minimum/default.html b/_includes/themes/the-minimum/default.html
index 6099d59..00d015f 100644
--- a/_includes/themes/the-minimum/default.html
+++ b/_includes/themes/the-minimum/default.html
@@ -18,7 +18,7 @@
<header class="the-header">
<div class="unit-head">
<div class="unit-inner unit-head-inner">
- <p class="logo"><a href="{{ HOME_URL }}">{{ site.title }}</a></p>
+ <p class="logo"><a href="{{ HOME_PATH }}">{{ site.title }}</a></p>
<nav class="nav-global">
<ul>
<li class="archive"><a href="/archive.html">archive</a></li>
diff --git a/_includes/themes/tom/default.html b/_includes/themes/tom/default.html
index 0dedd8e..1475ad4 100644
--- a/_includes/themes/tom/default.html
+++ b/_includes/themes/tom/default.html
@@ -20,7 +20,7 @@
<div class="site">
<div class="title">
- <a href="{{ HOME_URL }}">{{ site.title }}</a>
+ <a href="{{ HOME_PATH }}">{{ site.title }}</a>
<a class="extra" href="/archive.html">Archive</a>
<a class="extra" href="/pages.html">Pages</a>
<a class="extra" href="/categories.html">Categories</a>
diff --git a/_includes/themes/twitter/default.html b/_includes/themes/twitter/default.html
index b45cf22..953ec63 100644
--- a/_includes/themes/twitter/default.html
+++ b/_includes/themes/twitter/default.html
@@ -29,7 +29,7 @@
<div class="topbar">
<div class="fill">
<div class="container">
- <a class="brand" href="{{ HOME_URL }}">{{ site.title }}</a>
+ <a class="brand" href="{{ HOME_PATH }}">{{ site.title }}</a>
<ul class="nav">
{% assign pages_list = site.pages %}
{% assign group = 'navigation' %}