Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 48aa108

Browse files
author
felix
committed
live site
1 parent 8092a2e commit 48aa108

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
A Jekyll implementation of the [Creative Theme](http://startbootstrap.com/template-overviews/creative/) template by [Start Bootstrap](http://startbootstrap.com).
44

55
Creative is a one page Bootstrap theme for creatives, small businesses, and other multipurpose uses.
6-
The theme includes a number of rich features and plugins that you can use as a great boilerplate for your next Jekyll project!
6+
The theme includes a number of rich features and plugins that you can use as a great boilerplate for your next Jekyll project!
7+
8+
See it live in action at <https://volny.github.io/creative-theme-jekyll/>

_layouts/front.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
<html lang="en">
33

44
{% include head.html %}
5-
{% include nav.html %}
6-
{% include header.html %}
7-
{% include call-to-action.html %}
8-
{% include services.html %}
9-
{% include portfolio.html %}
10-
{% include aside.html %}
11-
{% include contact.html %}
12-
{% include scripts.html %}
5+
6+
<body id="page-top">
7+
{% include nav.html %}
8+
{% include header.html %}
9+
{% include call-to-action.html %}
10+
{% include services.html %}
11+
{% include portfolio.html %}
12+
{% include aside.html %}
13+
{% include contact.html %}
14+
{% include scripts.html %}
15+
</body>
1316

1417
</html>

0 commit comments

Comments
 (0)