Change some terminology of pages

This commit is contained in:
Damillora 2020-11-13 16:20:26 +07:00
parent 489be7f21c
commit 4ee7e18452
2 changed files with 4 additions and 4 deletions

View File

@ -41,9 +41,9 @@
<article class="post-article">
<main class="content container" id="post">
<div class="content-full">
{{#post}}
{{#page}}
{{content}}
{{/post}}
{{/page}}
</div>
</main>
{{#contentFor "scripts"}}

View File

@ -30,7 +30,7 @@
<a href="{{@site.url}}/signin/">Sign in</a>
</li>
<li>
<a href="{{@site.url}}/signup/">Subscribe</a>
<a href="{{@site.url}}/subscribe/">Subscribe</a>
</li>
{{/if}}
<li class="separator"></li>
@ -39,4 +39,4 @@
</div>
</header>
</div>
</div>
</div>