views/layout.erb in pg-doc-0.0.1 vs views/layout.erb in pg-doc-0.0.2
- old
+ new
@@ -8,13 +8,16 @@
<!-- Site Properties -->
<title>Database Documentation</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/foundation.min.css">
<link rel="stylesheet" type="text/css" href="<%= url '/style.css' %>">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/sql.min.js"></script>
<script src="<%= url '/pg-doc.js' %>"></script>
</head>
<body class="pushable">