diff options
Diffstat (limited to 'html_templates/default.html')
| -rw-r--r-- | html_templates/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html_templates/default.html b/html_templates/default.html index e3f08f8..560fa93 100644 --- a/html_templates/default.html +++ b/html_templates/default.html @@ -5,6 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ $title }}</title> <link rel="shortcut icon" href="/images/favicon.png"> + <link rel="stylesheet" href="/css/modern-normalize.min.css"> + <link rel="stylesheet" href="/css/highlight.min.css"> + <link rel="stylesheet" href="/css/railscasts.css"> <link rel="stylesheet" href="/css/site.css"> <link href="/posts/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts"/> <link href="/posts/arch/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts About Arch"/> @@ -19,5 +22,7 @@ </head> <body> <section>{{ $contents }}</section> + <script src="/js/highlight.min.js"></script> + <script src="/js/site.js"></script> </body> </html> |
