trying to fix mixed content problem
This commit is contained in:
parent
9636cb8569
commit
ff248d6a92
|
|
@ -10,8 +10,8 @@ html
|
|||
|
||||
link(rel='stylesheet', href='//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css')
|
||||
|
||||
link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Alegreya Sans SC")
|
||||
link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Montserrat")
|
||||
link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Alegreya Sans SC")
|
||||
link(rel="stylesheet", type="text/css", href="https://fonts.googleapis.com/css?family=Montserrat")
|
||||
|
||||
|
||||
script(src='//code.jquery.com/jquery-2.1.4.min.js')
|
||||
|
|
|
|||
Loading…
Reference in a new issue