Browse Source
Adding google prettify script for syntax highlighting
dependabot/npm_and_yarn/ini-1.3.7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
views/partials/head.ejs
|
@ -4,4 +4,5 @@ |
|
|
<title> |
|
|
<title> |
|
|
<%= title %> |
|
|
<%= title %> |
|
|
</title> |
|
|
</title> |
|
|
<link rel="stylesheet" href="/core.css"> |
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/core.css"> |
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script> |