chore: consistent formatting
This commit is contained in:
parent
11d0fe4923
commit
433905c260
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.2.4",
|
"version": "19.2.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.2.4",
|
"version": "19.2.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.2.4",
|
"version": "19.2.5",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -28,7 +28,7 @@ schema: genre
|
||||||
<hr class="large-spacing" />
|
<hr class="large-spacing" />
|
||||||
{%- if genre.description -%}
|
{%- if genre.description -%}
|
||||||
<div data-toggle-content class="text-toggle-hidden">
|
<div data-toggle-content class="text-toggle-hidden">
|
||||||
<em>{{ genre.description | markdown }}</em>
|
{{ genre.description | markdown }}
|
||||||
<p><a href="{{ genre.wiki_link }}">Continue reading at Wikipedia.</a></p>
|
<p><a href="{{ genre.wiki_link }}">Continue reading at Wikipedia.</a></p>
|
||||||
<p class="text-small"><em>Wikipedia content provided under the terms of the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons BY-SA license</a></em></p>
|
<p class="text-small"><em>Wikipedia content provided under the terms of the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons BY-SA license</a></em></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue