mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
generateRSSfeed güncellendi.
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ async function buildRssItems() {
|
|||||||
async function generateRSS() {
|
async function generateRSS() {
|
||||||
const rssFeed = `<?xml version="1.0" encoding="utf-8"?>
|
const rssFeed = `<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<title>Yusuf İpek</title>
|
<title>teknolojirehberleri.xyz</title>
|
||||||
<link href="https://yusufipek.me" />
|
<link href="https://teknolojirehberleri.xyz" />
|
||||||
${await buildRssItems()}
|
${await buildRssItems()}
|
||||||
</feed>`;
|
</feed>`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user