diff options
| author | David Calavera <david.calavera@gmail.com> | 2017-06-06 12:30:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-06 12:30:43 -0700 |
| commit | 9f94535e5a9e5c5f5629b2e9287872cb186db710 (patch) | |
| tree | 4c9e0370012326447feac5022c995aa01f9e1c3e /src | |
| parent | 37e5f955764380bfb19bcfc5afc0966e431f14c7 (diff) | |
| parent | eb6afb01860008fb5fdfef9a1c55ac1ffc531025 (diff) | |
Merge pull request #10 from erquhart/cms-styles
pull cms styles from npm
Diffstat (limited to 'src')
| -rw-r--r-- | src/cms/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cms/index.html b/src/cms/index.html index baa6e33..efa668b 100644 --- a/src/cms/index.html +++ b/src/cms/index.html @@ -6,7 +6,7 @@ <title>Content Manager</title> <!-- Include the stylesheets from your site here --> - <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3.9/dist/cms.css" /> + <link rel="stylesheet" href="/cms.css" /> <!-- Include a CMS specific stylesheet here --> </head> |
