This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign description = product.description | replace: '<h3', '</div><div class="tab-content"><h3' %} | |
<div class="prod_description"> | |
<div class="spacer"> | |
{{ description }} | |
</div> | |
</div> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" /> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your bundle is complete! | |
Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle exec jekyll build --config=_config.staging.yml --full-rebuild | |
Configuration file: _config.staging.yml | |
Configuration file: /home/vagrant/src/documentation/_config.yml | |
Source: ./_local | |
Destination: ./_site | |
Incremental build: disabled | |
Generating... | |
Liquid Exception: Couldn't find file 'modernizr-2.5.1.min.js' in _layouts/default.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Put the Hex code for the header font colour here --> | |
{% assign header_font_color = '#FFFFFF' %} | |
<!-- Put the Hex code for the header background colour here --> | |
{% assign header_bg_color = '#479ccf' %} | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="format-detection" content="telephone=no"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% raw %}{{ 5 | plus: 6 }}{% endraw %} is equal to 11. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% raw %}{{ 5 | plus: 6 }}{% endraw %} is equal to {{ 5 | plus: 6 }} |