ADVERTISEMENT

Liverpool goes top as Nunez strikes; Hojlund caps Man Utd fightback

Published Dec 27, 2023 02:09 am

At A Glance

  • Liverpool climbed to the top of the Premier League as Darwin Nunez ended his goal drought to inspire a 2-0 win against Burnley, while Rasmus Hojlund broke his own barren run to cap Manchester United's thrilling fightback to beat Aston Villa 3-2 on Tuesday, Dec. 26.

LONDON (AFP) -- Liverpool climbed to the top of the Premier League as Darwin Nunez ended his goal drought to inspire a 2-0 win against Burnley, while Rasmus Hojlund broke his own barren run to cap Manchester United's thrilling fightback to beat Aston Villa 3-2 on Tuesday, Dec. 26.

34922B4-highres.jpg
Liverpool's Uruguayan striker Darwin Nunez celebrates after scoring the opening goal of the English Premier League football match between Burnley and Liverpool at Turf Moor in Burnley, north-west England on Tuesday, Dec. 26.

Jurgen Klopp's Liverpool took an early lead through Nunez at Turf Moor and held on despite wasting a host of chances.

Nunez's eighth goal this season was his first for 12 games since he netted against Bournemouth in the League Cup on November 1.

Diogo Jota, back from a month's injury absence, wrapped up the victory late on to leave Liverpool two points above second placed Arsenal, who have a game in hand.

Arsenal can regain top spot with a victory at home to West Ham on Thursday, Dec. 28.

After successive draws with Manchester United and Arsenal prior to Christmas, this was an essential victory for Liverpool's title ambitions.

On Liverpool being in pole position, Klopp said: "That's nice. It will probably change and that's no problem. It was not perfect but we are where we are."

At Old Trafford, United were in danger of another damaging defeat when goals from John McGinn and Leander Dendoncker put Villa in control by half-time at Old Trafford.

Erik ten Hag's team were booed off at the interval but they staged a much-needed revival, sparked by Alejandro Garnacho scoring their first goal in seven hours and twenty minutes.

Garnacho struck again to equalize before Hojlund finally scored his first Premier League goal, in his 15th appearance, with eight minutes left.

Hojlund's cathartic strike ended United's four-match winless run in all competitions and lifted them to sixth in the Premier League.

"At half-time I said to the team, 'keep believing'. The atmosphere changed a lot from the first half to the second. If we play our best we can beat anyone," Ten Hag said.

United's victory came in front of INEOS director of sport Dave Brailsford, who was in the directors box in the first sign of British billionaire Jim Ratcliffe's involvement after buying a 25 percent stake on Christmas Eve.

Two games without a win have dented Villa's unexpected title challenge.

Unai Emery's men remain third, three points behind Liverpool after their first defeat in 11 matches in all competitions.

 

Racism row

 

Chris Wood's hat-trick against his old club Newcastle gave Nuno Espirito Santo his first victory as Nottingham Forest boss, a 3-1 success at St James' Park.

Wood left Newcastle to join Forest in June, but had scored only four times for his new club.

Alexander Isak's first half penalty put Newcastle ahead before New Zealand striker Wood equalized late in the first half.

Wood struck twice more in the second half to hand former Tottenham manager Nuno his maiden victory with Forest in his second game in charge after replacing the sacked Steve Cooper.

It was Forest's first win in eight games and only their second success in their last 15 matches.

Luton boss Rob Edwards said South Yorkshire Police are investigating an alleged racist comment towards Carlton Morris in his side's 3-2 win at fellow strugglers Sheffield United.

Morris complained of a comment made from a United fan late in the second half, which left him "pretty angry", and the police have spoken to him.

"There was an alleged racist comment, the police are dealing with that, they have spoken to Carlton and got his take on it," Edwards said.

Fulham boss Marco Silva insisted his goalkeeper Bernd Leno "touched" but "didn't push" a ball boy during the Cottagers' 3-0 defeat at Bournemouth.

The second-half incident occurred when Leno went to collect the ball from the youngster's outstretched hand before using his own hand to make deliberate contact with the shoulder of the boy, who appeared to take a step back for balance.

"Have you seen him pushing? I didn't see this. Yes, he apologized. I spoke with Bernd about it," Silva said.

Related Tags

Premier League Liverpool
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.