Skip to content

Commit 5f4cc60

Browse files
committed
Capitalisation
1 parent b078468 commit 5f4cc60

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ preferences:
4949
enabled: true
5050
backlinks:
5151
enabled: true
52-
# To enable a homepage, change the value to true and add content to _includes/Homepage.html
52+
# To enable a homepage, change the value to true and add content to _includes/homepage.html
5353
# If enable : false, notes feed will be as homepage.
5454
homepage:
55-
enabled: true ##If you need a homepage, change this to true and edit _includes/Homepage.html
55+
enabled: true ##If you need a homepage, change this to true and edit _includes/homepage.html
5656

5757
encoding: utf-8
5858

_includes/Footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*
24-
* File: Footer.html
24+
* File: footer.html
2525
* Author@Raghuveer S
2626
*
2727
* This file contains the markup for the copyright notice.

_includes/Related.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*
24-
* File: Related.html
24+
* File: related.html
2525
* Author@Raghuveer S
2626
*
2727
* This file contains the markup for the small greyish box that you see at the end

_layouts/Notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
{% else %}
88
{%- include log-metadata.html -%}
99
{% endif %}
10-
{%- include Backlinks.html -%}
10+
{%- include backlinks.html -%}
1111
{%- include footer.html -%}

_layouts/Post.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
{%- if page.permalink == "/" -%}
8282
<!-- 1. Homepage. You can have a static homepage at _config.yml. Configure at homepage.html inside _includes -->
8383
{%- if site.preferences.homepage.enabled -%}
84-
{%- include Homepage.html -%}
84+
{%- include homepage.html -%}
8585
{%- else -%}
86-
{%- include Feed.html -%}
86+
{%- include feed.html -%}
8787
{%- endif -%}
8888
{%- elsif page.permalink == "/notes" -%}
8989
<!-- 2. If you have a static homepage, you can use this to configure feed page -->
90-
{%- include Feed.html -%}
90+
{%- include feed.html -%}
9191
{%- elsif page.content-type == "notes" or page.content-type == "post" -%}
9292
<!--
9393
There are two collections, the default blog post named "Post" and "notes" for notes.
@@ -155,7 +155,7 @@ <h1 style="padding-top: 0px">
155155
<!-- Layout 3 Note-->
156156
<h1>{{ page.title }}</h1>
157157
{%- include content.html -%}
158-
{%- include Backlinks.html -%}
158+
{%- include backlinks.html -%}
159159
{%- endif -%}
160160

161161
{%- if page.format == "log" -%}
@@ -179,7 +179,7 @@ <h1 style="padding-bottom: 0px">
179179
<h1>{{ page.title }}</h1>
180180
{%- include content.html -%}
181181
{%- endif -%}
182-
{%- include Footer.html -%}
182+
{%- include footer.html -%}
183183
</div>
184184
</div>
185185
</main>

_layouts/Static.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ <h2>
2121
{%- endif -%}
2222
</div>
2323

24-
{%- include Footer.html -%}
24+
{%- include footer.html -%}

0 commit comments

Comments
 (0)