Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit d5502e3

Browse files
committed
Merge branch 'dev' into pattern-engines
2 parents ba1b232 + bc69531 commit d5502e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/templates/index.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script>window.jQuery || document.write('<script src="styleguide/js/vendor/jquery.js"><\/script>')</script>
2121
<script>window.defaultPattern = '{{defaultPattern}}';</script>
2222
</head>
23-
<body id="patternlab-body">>
23+
<body id="patternlab-body">
2424
<!--Style Guide Header-->
2525
<header class="sg-header" role="banner">
2626
<a href="#sg-nav-container" class="sg-nav-toggle">Menu</a>

core/templates/partials/ishControls.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<a href="#" class="sg-acc-handle sg-tools-toggle sg-icon sg-icon-cog" id="sg-tools-toggle" title="Tools"><span class="is-vishidden">Tools</span></a>
5353
<ul class="sg-acc-panel sg-right sg-checklist">
5454
{{# ishControlsVisible.tools-sync }}<li><a href="http://localhost:3001" target="_blank" id="syncButton" class="sg-checkbox sg-auto-reload" data-state="off">BrowserSync UI</a></li>{{/ ishControlsVisible.tools-sync }}
55-
{{# ishControlsVisible.tools-shortcuts }}<li><a href="http://pattern-lab.info/docs/advanced-keyboard-shortcuts.html" class="sg-icon-keyboard" target="_blank">Keyboard Shortcuts</a>{{/ ishControlsVisible.tools-shortcuts }}
56-
{{# ishControlsVisible.tools-docs }}<li><a href="http://pattern-lab.info/docs/" class="sg-icon-file" target="_blank">Pattern Lab Docs</a>{{/ ishControlsVisible.tools-docs }}
55+
{{# ishControlsVisible.tools-shortcuts }}<li><a href="http://patternlab.io/docs/advanced-keyboard-shortcuts.html" class="sg-icon-keyboard" target="_blank">Keyboard Shortcuts</a>{{/ ishControlsVisible.tools-shortcuts }}
56+
{{# ishControlsVisible.tools-docs }}<li><a href="http://patternlab.io/docs/" class="sg-icon-file" target="_blank">Pattern Lab Docs</a>{{/ ishControlsVisible.tools-docs }}
5757
</ul>
5858
</li>
5959
{{/ ishControlsVisible.tools-all }}

0 commit comments

Comments
 (0)