add support for internal or external css/js/googlefonts
This commit is contained in:
parent
d2965a16bd
commit
e2f16fd06d
7 changed files with 84 additions and 22 deletions
|
@ -2,6 +2,7 @@
|
|||
layout: minimal
|
||||
js: "/js/contact.js"
|
||||
css: "/css/contact.css"
|
||||
googlefonts: Lobster
|
||||
---
|
||||
|
||||
Just kidding, you can't contact me here.
|
||||
|
@ -14,4 +15,6 @@ It's also an example of how you can easily add CSS or JavaScript files to a temp
|
|||
|
||||
<button type="button" class="btn btn-default" id="contact-btn">
|
||||
Click me
|
||||
</button>
|
||||
</button>
|
||||
|
||||
<p id="googlefont-test">You can even use any <a href="http://www.google.com/fonts/">Google fonts</a> you'd like to be extra fancy, like this Lobster font</p>
|
Loading…
Add table
Add a link
Reference in a new issue