Minor path fixes on templates

master
Alexander Surma 2015-05-07 21:04:54 +01:00
parent f09e46e200
commit f5e61ebedd
8 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
</button>
Download
</a>
<a href="{{page.include_prefix}}/templates/{{ template.name }}" target="_blank" class="mdl-cell mdl-cell--6-col-desktop mdl-cell--4-col-tablet mdl-cell--2-col-phone">
<a href="{{page.include_prefix}}templates/{{ template.name }}" target="_blank" class="mdl-cell mdl-cell--6-col-desktop mdl-cell--4-col-tablet mdl-cell--2-col-phone">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<span class="mdl-icon mdl-icon--arrow-forward"></span>
</button>

View File

@ -95,6 +95,6 @@
</footer>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/article/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>

View File

@ -142,6 +142,6 @@
<div class="mdl-layout__obfuscator"></div>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/blog/entry.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>

View File

@ -159,6 +159,6 @@
<div class="mdl-layout__obfuscator"></div>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/blog/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>

View File

@ -169,6 +169,6 @@
</defs>
</svg>
<a href="https://github.com/google/material-design-lite/blob/master/templates/dashboard/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>

View File

@ -143,6 +143,6 @@
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/general/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>

View File

@ -132,7 +132,7 @@
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/product/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
<script>
(function() {
'use strict';

View File

@ -264,6 +264,6 @@
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/text-only/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="/material.min.js"></script>
<script src="../../material.min.js"></script>
</body>
</html>