diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
| commit | e07ab67bf95ea7e65828e373c731b6cdf984a7de (patch) | |
| tree | 4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /template/_includes.html | |
| parent | 36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff) | |
| download | mitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz | |
Moved to altenator and DO
Diffstat (limited to 'template/_includes.html')
| -rwxr-xr-x | template/_includes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/_includes.html b/template/_includes.html new file mode 100755 index 0000000..1b1d92a --- /dev/null +++ b/template/_includes.html | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | <!-- user code --> | ||
| 2 | |||
| 3 | <script src="/script.js"></script> | ||
| 4 | |||
| 5 | <!-- code highlighting --> | ||
| 6 | |||
| 7 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/github.min.css"> | ||
| 8 | <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/highlight.min.js"></script> | ||
| 9 | <script>hljs.initHighlightingOnLoad();</script> \ No newline at end of file | ||
