Skip to content

Commit

Permalink
Revert "Add license to metadata"
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashic101 authored Jul 30, 2024
1 parent fbf9e34 commit d5768d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"format": "npx prettier --write .",
"eslint": "npx prettier ."
"serve": "npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
Expand Down
4 changes: 0 additions & 4 deletions src/_includes/blog.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
<td>Description</td>
<td>{{ description }}</td>
</tr>
<tr>
<td>License (Unless stated otherwise)</td>
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY SA 4.0</a></td>
</tr>
</tbody>
</table>
</details>
Expand Down

0 comments on commit d5768d1

Please sign in to comment.