Skip to content

Commit 22f739a

Browse files
Removed unused script. Typo
1 parent 0b50c04 commit 22f739a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dist/installation.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
1111

1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script>
13-
<script src="../js/nunjucks.min.js" type="text/javascript"></script>
14-
<script src="../js/templates.js" type="text/javascript"></script>
1513

1614
</head>
1715

@@ -81,7 +79,7 @@ <h1>Installation</h1>
8179
<p class="intro">A modular, updatable, easy to use SCSS Framework</p>
8280
<p>CastleCSS is built with easy updating in mind.<br />
8381
You can download the Full package and make adjustments as long as you don't update the dependencies (core, buttons, notifications, etc).</p>
84-
<p>When you d&oacute; adjust the dependencies, you will lose all adjustments with an update.</p>
82+
<p>When you do adjust the dependencies, you will lose all adjustments with an update.</p>
8583
<p>There are a few ways to install:
8684
<ul>
8785
<li>Install via <a href="www.npmjs.com/">npm</a></li>

views/installation.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
1111

1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script>
13-
<script src="../js/nunjucks.min.js" type="text/javascript"></script>
14-
<script src="../js/templates.js" type="text/javascript"></script>
1513

1614
</head>
1715

@@ -37,7 +35,7 @@ <h1>Installation</h1>
3735
<p class="intro">A modular, updatable, easy to use SCSS Framework</p>
3836
<p>CastleCSS is built with easy updating in mind.<br />
3937
You can download the Full package and make adjustments as long as you don't update the dependencies (core, buttons, notifications, etc).</p>
40-
<p>When you d&oacute; adjust the dependencies, you will lose all adjustments with an update.</p>
38+
<p>When you do adjust the dependencies, you will lose all adjustments with an update.</p>
4139
<p>There are a few ways to install:
4240
<ul>
4341
<li>Install via <a href="www.npmjs.com/">npm</a></li>

0 commit comments

Comments
 (0)