gosora/themes/tempra-simple/theme.json
Azareal bdbd80319f Made some minor tweaks.
The DefaultRoute parameter in the configuration struct is now a string.
Fixed a few mismatched HTML tags.
Added the profile_comments_row template.
Added more alt attributes for images and associated title=""s in a few places.
Connections should now be closed properly.
Custom Pages no longer have a .html file extension in their URLs.
We now track route views for the default route and the custom page route.

Began work on cleaning up the profiles on Cosora.
2017-12-22 03:32:23 +00:00

18 lines
340 B
JSON

{
"Name": "tempra-simple",
"FriendlyName": "Tempra Simple",
"Version": "0.1.0-dev",
"Creator": "Azareal",
"FullImage": "tempra-simple.png",
"MobileFriendly": true,
"URL": "github.com/Azareal/Gosora",
"BgAvatars":true,
"Docks":["rightSidebar"],
"Resources": [
{
"Name":"tempra-simple/misc.js",
"Location":"global"
}
]
}