Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inserting script #45

Open
Juneko opened this issue May 18, 2016 · 1 comment
Open

Inserting script #45

Juneko opened this issue May 18, 2016 · 1 comment

Comments

@Juneko
Copy link

Juneko commented May 18, 2016

How can I insert script on the index header.
I trying to use font awesome cdn but I can't insert the cdn script on the header.

thank you

@BilleFash
Copy link

BilleFash commented Aug 10, 2016

_layouts/default.html
<!DOCTYPE html>

<title>{{ page.title }}</title>
    <!-- Custom CSS -->
    <link rel="stylesheet" href="/assets/css/main.css">
    <script src="/assets/js/helper.js"></script>
</head>
<body>
    <div class="container">
        {% include header.html %}
        {% include content-home.html %}
        {% include footer.html %}
    </div>
  <script src="/assets/js/main.js"></script>
</body>
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants