refer to all files relative to baseurl to work for project pages
This commit is contained in:
parent
dbbc3cd73d
commit
13df585003
5 changed files with 25 additions and 14 deletions
|
@ -1,9 +1,15 @@
|
|||
---
|
||||
layout: page
|
||||
title: My website
|
||||
description: This is where I will tell my friends everything about me
|
||||
description: This is where I will tell my friends way too much about me
|
||||
---
|
||||
|
||||
<div class="main-explain-area jumbotron">
|
||||
<p>Your website is ready!</p>
|
||||
<p>After editing the <code>_config.yml</code> file to personalize the settings, you can start writing blog posts or pages.<p>
|
||||
<p>Below are sample posts for illustration purposes.</p>
|
||||
</div>
|
||||
|
||||
<div class="posts-list">
|
||||
{% for post in paginator.posts %}
|
||||
<article class="post-preview">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue