fix: text label
This commit is contained in:
parent
31b69ae565
commit
dc44f4248d
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": "22.2.0",
|
"version": "22.2.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "22.2.0",
|
"version": "22.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "22.2.0",
|
"version": "22.2.1",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
<p class="content"></p>
|
<p class="content"></p>
|
||||||
<noscript>
|
<noscript>
|
||||||
{%- assign track = music.recent | first -%}
|
{%- assign track = music.recent | first -%}
|
||||||
<p>🎧 {{ track.title }} <a href="{{ track.url }}">{{ track.artist }}</a></p>
|
<p>🎧 {{ track.title }} by <a href="{{ track.url }}">{{ track.artist }}</a></p>
|
||||||
</noscript>
|
</noscript>
|
||||||
</api-text>
|
</api-text>
|
Reference in a new issue