Remove deprecated base_path include helper
This commit is contained in:
@@ -211,9 +211,4 @@ Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which shou
|
||||
|
||||
### Variable Tag
|
||||
|
||||
This allows you to denote <var>variables</var>.
|
||||
|
||||
{% include base_path %}
|
||||
{% for post in site.pages %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
This allows you to denote <var>variables</var>.
|
||||
@@ -5,7 +5,7 @@ permalink: /sitemap/
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ base_path }}/sitemap.xml) available for digesting as well.
|
||||
A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ '/sitemap.xml' | relative_url }}) available for digesting as well.
|
||||
|
||||
<h2>Pages</h2>
|
||||
{% for post in site.pages %}
|
||||
|
||||
@@ -7,10 +7,8 @@ tags:
|
||||
- Post Formats
|
||||
---
|
||||
|
||||
{% include base_path %}
|
||||
|
||||
{% capture fig_img %}
|
||||

|
||||

|
||||
{% endcapture %}
|
||||
|
||||
<figure>
|
||||
|
||||
@@ -18,8 +18,6 @@ tags:
|
||||
last_modified_at: 2016-05-02T11:39:01-04:00
|
||||
---
|
||||
|
||||
{% include base_path %}
|
||||
|
||||
This post should display a **header with an overlay image**, if the theme supports it.
|
||||
|
||||
Non-square images can provide some unique styling issues.
|
||||
@@ -30,7 +28,7 @@ This post tests overlay header images.
|
||||
|
||||
You can use it by specifying the opacity (between 0 and 1) of a black overlay like so:
|
||||
|
||||

|
||||

|
||||
|
||||
```yaml
|
||||
excerpt: "This post should [...]"
|
||||
@@ -45,7 +43,7 @@ header:
|
||||
|
||||
Or if you want to do more fancy things, go full rgba:
|
||||
|
||||

|
||||

|
||||
|
||||
```yaml
|
||||
excerpt: "This post should [...]"
|
||||
|
||||
Reference in New Issue
Block a user