fix: feed title spacing
This commit is contained in:
parent
d35594c203
commit
2aa3af7c93
3 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.8.1",
|
"version": "19.8.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.8.1",
|
"version": "19.8.2",
|
||||||
"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.8.1",
|
"version": "19.8.2",
|
||||||
"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": {
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
{% assign rating = entry.rating %}
|
{% assign rating = entry.rating %}
|
||||||
{%- capture entryTitle -%}
|
{%- capture entryTitle -%}
|
||||||
{{ entry.title | escape }}
|
{{ entry.title | escape }}
|
||||||
{%- if entry.authors -%} via {{ entry.authors.name }}{%- endif -%}
|
{%- if entry.authors %} via {{ entry.authors.name }}{%- endif -%}
|
||||||
{%- if rating -%} ({{ rating }}){%- endif -%}
|
{%- if rating %} ({{ rating }}){%- endif -%}
|
||||||
{%- endcapture -%}
|
{%- endcapture -%}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ entryTitle }}</title>
|
<title>{{ entryTitle }}</title>
|
||||||
|
|
Reference in a new issue