Skip to content

Commit

Permalink
#80 Update Netlify CMS to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Jun 22, 2018
1 parent 027e3d9 commit 359c156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>

<link rel="stylesheet" href="https://unpkg.com/netlify-cms@1.4.0/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@1.9.2/dist/cms.css" />
<link rel="stylesheet" href="../css/admin.css" />
</head>
<body>
Expand All @@ -24,7 +24,7 @@ <h3 class="custom-login-message__title">
</div>
<!-- custom login message -->

<script src="https://unpkg.com/netlify-cms@1.4.0/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@1.9.2/dist/cms.js"></script>
<script src="../js/app.min.js"></script>
<script src="main.min.js"></script>
</body>

0 comments on commit 359c156

Please sign in to comment.