Skip to content

Commit 243d867

Browse files
committed
Agrego un redirect al grupo de telegram
1 parent 46e8ddd commit 243d867

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,16 @@ GEM
213213
rb-fsevent (~> 0.10, >= 0.10.3)
214214
rb-inotify (~> 0.9, >= 0.9.10)
215215
mercenary (0.3.6)
216+
mini_portile2 (2.8.9)
216217
minima (2.5.1)
217218
jekyll (>= 3.5, < 5.0)
218219
jekyll-feed (~> 0.9)
219220
jekyll-seo-tag (~> 2.1)
220221
minitest (5.17.0)
221222
multipart-post (2.1.1)
223+
nokogiri (1.14.3)
224+
mini_portile2 (~> 2.8.0)
225+
racc (~> 1.4)
222226
nokogiri (1.14.3-x86_64-linux)
223227
racc (~> 1.4)
224228
octokit (4.21.0)
@@ -267,6 +271,7 @@ GEM
267271
zeitwerk (2.6.6)
268272

269273
PLATFORMS
274+
ruby
270275
x86_64-linux
271276

272277
DEPENDENCIES

_layouts/redirect.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Redireccionando a {{page.title}}</title>
5+
<meta http-equiv="refresh" content="0;url={{page.redirect_to}}" />
6+
</head>
7+
<body>
8+
<p>Redireccionando a <a href="{{page.redirect_to}}">{{page.title}}</a>
9+
</body>
10+
</html>

telegram.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: redirect
3+
title: Grupo de telegram
4+
permalink: /telegram
5+
redirect_to: https://t.me/+oDiLv44I7b5jMjZh
6+
weight: 0
7+
tags: redirect
8+
---

0 commit comments

Comments
 (0)