File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
267271 zeitwerk (2.6.6 )
268272
269273PLATFORMS
274+ ruby
270275 x86_64-linux
271276
272277DEPENDENCIES
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ ---
You can’t perform that action at this time.
0 commit comments