mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
fix: rss rendering
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
title = "Hello World"
|
title = "Hello World"
|
||||||
date = 2025-05-16
|
date = 2025-05-16
|
||||||
extra.image = "assets/hello_world.webp"
|
extra.image = "assets/hello_world.jpg"
|
||||||
description = "My First Blog."
|
description = "My First Blog."
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|||||||
BIN
static/assets/hello_world.jpg
Normal file
BIN
static/assets/hello_world.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
|
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{ config.title }}
|
<title>{{ config.title }}
|
||||||
{%- if term %} - {{ term.name }}
|
{%- if term %} - {{ term.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user