diff options
| author | Shawn Erquhart <shawn@erquh.art> | 2017-06-02 10:12:55 -0400 |
|---|---|---|
| committer | Shawn Erquhart <shawn@erquh.art> | 2017-06-02 10:12:55 -0400 |
| commit | eb6afb01860008fb5fdfef9a1c55ac1ffc531025 (patch) | |
| tree | 4c9e0370012326447feac5022c995aa01f9e1c3e /src | |
| parent | 37e5f955764380bfb19bcfc5afc0966e431f14c7 (diff) | |
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> |
