Initial commit
This commit is contained in:
commit
6c8a04c985
8
plugin.json
Normal file
8
plugin.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"version": "0.1.0",
|
||||
"title": "Sidebar for Tinytheme",
|
||||
"description": "Adds a sidebar to blogs using the Tinytheme",
|
||||
"includes": [
|
||||
"/sidebar.css"
|
||||
]
|
||||
}
|
3
static/sidebar.css
Normal file
3
static/sidebar.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
background-color: red;
|
||||
}
|
Loading…
Reference in a new issue