forked from unitoo/website
19 lines
763 B
HTML
19 lines
763 B
HTML
---
|
|
layout: simple
|
|
title: meta.titles.news
|
|
description: meta.descriptions.news
|
|
namespace: news
|
|
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>
|
|
<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>
|