Cleanup and display AOE GmbH as author

This commit is contained in:
Tom Raithel
2017-03-21 21:03:59 +01:00
parent ad2b0e34ad
commit 3fedd01d42
3 changed files with 3 additions and 7 deletions

View File

@@ -44,10 +44,9 @@ If an item is overwritten in a new release, the attributes from the new item are
## Todos
- [x] Add Icons
- [x] Add pjax
- [x] Implement search
- [ ] Finalize CSS
- [ ] Get contents for how-to-use page
- [ ] Show item history on details
- [ ] Better semantic and SEO
- [ ] Implement search?
- [ ] Make mobile friendly

View File

@@ -26,16 +26,13 @@ export const renderPage = (radar, pageName) => {
// Send the rendered page back to the client
return renderFullPage(html, preloadedState);
// Save file
// return save(fullHtml, pageName);
}
const renderFullPage = (html, preloadedState) => {
return `
<html>
<head>
<title>AOE Technology Radar - AOE Tech Radar</title>
<title>AOE Technology Radar</title>
<link rel="stylesheet" href="/styles.css"/>
</head>
<body>

View File

@@ -14,7 +14,7 @@
"clean": "babel-node ./tasks/clean.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Raithel <t.raithel@googlemail.com> (http://www.tomraithel.de)",
"author": "AOE GmbH <contact-de@aoe.com> (http://www.aoe.com)",
"license": "MIT",
"dependencies": {
"async": "2.1.4",