Cleanup and display AOE GmbH as author
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user