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