diff options
author | terminaldweller <thabogre@gmail.com> | 2021-04-10 05:46:34 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-04-10 05:46:34 +0000 |
commit | 849e1df9b269d8cb7e1fb918a8200f60a085318a (patch) | |
tree | bcb0ef183aabaf6228712e005459872682bcc17b /views/index.ejs | |
parent | trying to add syntax highlighting for markdown (diff) | |
download | blog-849e1df9b269d8cb7e1fb918a8200f60a085318a.tar.gz blog-849e1df9b269d8cb7e1fb918a8200f60a085318a.zip |
added a dockerfile. fixed the relative path issues
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs index f1f7bb1..69e8a9d 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -7,6 +7,7 @@ <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="no title" charset="utf-8"> </head> <body> + <script>0</script> <div class="sidenav"> <% data.mds.forEach(function(md) { %> <h2><%= md %></h2> |