website/_pages/news.html

20 lines
763 B
HTML
Raw Permalink Normal View History

---
layout: simple
title: meta.titles.news
description: meta.descriptions.news
2022-09-09 18:11:19 +02:00
namespace: news
2021-12-15 14:49:28 +01:00
permalink: /news/
permalink_en: /news/
tags: unitoo news freedom software freesoftware foss telegram feed rss bot
---
<section class="jumbotron jumbotron-fluid bg-transparent">
<div class="container">
<h1 class="text-center">{% t news.title %}</h1>
<hr class="border-primary mb-5">
<p>{% t news.text %}</p>
<br>
2022-05-20 10:19:24 +02:00
<a class="btn btn-primary btn-lg" href="https://t.me/UnitooNews" title="{% t buttons.titles.go_to_telegram_bot %}"><i class="fab fa-telegram"></i> {% t buttons.go_to_telegram_bot %}</a>
<a class="btn btn-secondary btn-lg" href="/rss.opml">{% t buttons.download_rss_feed_list %}</a>
</div>
</section>