Browse Source

Adding google prettify script for syntax highlighting

pull/3/head
Levi Olson 4 years ago
committed by GitHub
parent
commit
11a39c846e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      views/partials/head.ejs

+ 2
- 1
views/partials/head.ejs View File

@ -4,4 +4,5 @@
<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>

Loading…
Cancel
Save