ADVERTISEMENT

Pope Francis: 'Violence against women is violence against God himself'

Published Mar 16, 2023 12:29 am
On International Women’s Day last March 8, Pope Francis conveyed this message on his official Twitter account: “Let us pray together so that women, every woman, may be respected, protected, and esteemed. Violence against women and mothers is violence against God himself, who from a woman, from a mother, took on our human condition.” This message is clear as a cloudless day, that there is no place and reason for violence toward anyone, most especially to women. And during a general audience with pilgrims at St. Peter’s Square, also on March 8, the Pope reiterated the same message when he said, “On International Women's Day, I think of all women. I thank them for their commitment to building a more humane society, through their ability to grasp reality with a creative eye and a tender heart." The Pope, who just marked the 10th anniversary of his election as pontiff on March 13, took the opportunity to extol women when he wrote a preface for a book on women leadership. “Women’s issues are particularly important to me. I have referred to them in many of my speeches, emphasizing how much still must be done to fully empower women. Among other things, I have stated that man and woman are not equal; one is not superior to the other, no. It is just that man does not bring harmony: it is she who brings that harmony that teaches us to caress, to love tenderly, and who makes of the world something beautiful,” the Pope wrote. The Pope’s words are not merely lip service. In fact, according to Vatican News, the number of women employed at the Vatican has “risen significantly in the last 10 years.” “Never before has the number of female em-ployees and their share of the total staff been higher... the number of women in Vatican leadership positions has also grown under Pope Francis.” According to the report, there are currently 1,165 female employees working for the Pope, compared to just 846 in the year he took office in 2013. “The percentage of women in the total workforce at the Vatican rose in the current pontificate from just under 19.2 to 23.4 percent today. The increase in female employees is more pronounced if one looks exclusively at the Holy See. Here, the proportion of women has risen from 19.3 to 26.1 per-cent over the past 10 years. This means that more than one in four employees at the Holy See is now a woman.” In the 10 years of his pontificate, Pope Francis has “increased the presence, visibility, and influence of women in the Vatican,” writing before that it was a challenge for him to "create spaces where women can take leadership in a way that allows them to shape the culture and ensures that they are valued, respected, and recognized." By setting a course in favor of women, Vatican News concluded that Pope Francis ultimately “wants Rome to become a model for the universal Church in this respect.” As a reminder to all, especially to those who consider themselves as Christians, this is what the Pope asks you to do: “Let us not leave women who are victims of abuse, exploitation, marginalization, and undue pressure. Let us be the voice of their pain and strongly denounce the injustices they are subjected to.”

Related Tags

International Women’s Day Roni Santiago
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.