Gündem

Gaziantep’in eşsiz lezzeti ’beyran’

DÜNYA MUTFAKLARI ARASINDA YER ALAN BEYRAN, GAZİANTEP’İN TARİHİ VE YÖRESEL YEMEKLERİNDEN BİRİ OLARAK HER SEZON TÜKETİLMEYE DEVAM EDİYOR.

Abone Ol

Dünya mutfakları arasında yer alan beyran, Gaziantep’in tarihi ve yöresel yemeklerinden biri olarak her sezon tüketilmeye devam ediyor.

UNESCO tarafından 2017 yılında tescillenen beyran, geçmişte sadece beylere ikram edilen bir yemek...

function pageRefresh() { sessionStorage.setItem("scrollPosition", window.scrollY); location.reload(); } function pageRefreshed() { const savedScrollPosition = sessionStorage.getItem("scrollPosition"); if (savedScrollPosition) { window.scrollTo(0, parseInt(savedScrollPosition, 10)); sessionStorage.removeItem("scrollPosition"); } } window.addEventListener("load", pageRefreshed); setInterval(function () { // Yenileme yapılmasını istemediğiniz URL'ler const excludeUrls = [ "https://www.tokathaber.com.tr/video/*", ]; // Eğer mevcut URL listede ise yenilemeyi durdur if (excludeUrls.some((url) => window.location.href.includes(url))) { return; } var isTypeVideo = document.querySelector( 'iframe[src^="https://www.tokathaber.com.tr/vidyome/embed/"]' ); var youtubeVideo = document.querySelector( 'iframe[src^="https://www.youtube.com/embed/"]' ); if (!isTypeVideo && !youtubeVideo) { pageRefresh(); } }, 80000); // **80 saniye**