rss feed eklendi

This commit is contained in:
Yusuf İpek
2021-08-20 17:56:09 +03:00
parent e2f687bba3
commit 40bccc7431
2 changed files with 8 additions and 1 deletions
+7 -1
View File
@@ -6,7 +6,13 @@ function Footer() {
Sitedeki bütün içerikler kamu malıdır.
</p>
<p className="footer_text-secondary">
Esinlenilen website{" "}
<a
href="https://teknolojirehberleri.xyz/rss"
target="_blank"
rel="noopener noreferrer"
>
RSS
</a>{" "}
<a
href="https://based.cooking"
target="_blank"
+1
View File
@@ -20,6 +20,7 @@
a {
color: var(--color-tertiary);
margin-right: 0.5rem;
}
}