coofercat / peeked

A browser-based content editor for Pico CMS
MIT License
3 stars 26 forks source link

login.html references wrong CSS #1

Closed StefanCodes closed 9 years ago

StefanCodes commented 9 years ago

At the top of login.html, there's a link tag:

<link rel="stylesheet" href="{{ base_url }}/plugins/peeked/pico_editor.css" type="text/css" />

It looks like the CSS filename was changed at some point. This works:

<link rel="stylesheet" href="{{ base_url }}/plugins/peeked/peeked.css" type="text/css" />
coofercat commented 9 years ago

Whoops! Absolutely correct - thanks for reporting it. I missed this one when I forked it. Fixed :-)