Skip to content

Commit

Permalink
Added Composer install support, added charset meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroadway committed May 11, 2012
1 parent f62cf5e commit 3ab5878
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "elefant/theme-simplement",
"type": "elefant-theme",
"description": "Simplement theme for the Elefant CMS",
"keywords": ["theme", "design", "layout", "template", "elefant", "cms", "app"],
"license": "MIT",
"authors": [
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
"homepage": "http://www.johnnybroadway.com/"
}
],
"repositories": [
{"type": "git", "url": "http://github.com/jbroadway/theme_installer"}
],
"require": {
"elefant/theme-installer": "*"
}
}
1 change: 1 addition & 0 deletions simplement.html
@@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="{{ i18n.charset }}" />
<title>{{ conf('General', 'site_name') }} - {{ window_title }}</title> <title>{{ conf('General', 'site_name') }} - {{ window_title }}</title>
<link rel="stylesheet" type="text/css" href="/css/reset.css" /> <link rel="stylesheet" type="text/css" href="/css/reset.css" />
<link rel="stylesheet" type="text/css" href="/css/text.css" /> <link rel="stylesheet" type="text/css" href="/css/text.css" />
Expand Down

0 comments on commit 3ab5878

Please sign in to comment.