Skip to content

Commit f75e514

Browse files
authored
Merge pull request #168 from LuizMeier/google-search-problems
Google search problems
2 parents 2006c49 + d1f88f9 commit f75e514

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugins:
1313
- jekyll-polyglot
1414
- jekyll-seo-tag
1515
- jekyll-sitemap
16+
- jekyll-redirect-from
1617

1718
polyglot:
1819
# Polylgot settings

_includes/head.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,7 @@
5454

5555
{{ seo_tags }}
5656

57-
<!-- Manual Hreflang Tags -->
58-
{%- for lang_code in site.languages -%}
59-
{%- assign translated_url = page.url | abs_translate_url: lang_code -%}
60-
<link rel="alternate" hreflang="{{ lang_code }}" href="{{ translated_url }}" />
61-
{%- endfor -%}
62-
{%- if site.default_lang -%}
63-
{%- assign x_default_url = page.url | abs_translate_url: site.default_lang -%}
64-
<link rel="alternate" hreflang="x-default" href="{{ x_default_url }}" />
65-
{%- endif -%}
66-
<!-- End Manual Hreflang Tags -->
57+
6758

6859
<title>
6960
{%- unless page.layout == 'home' -%}

_posts/en/2024-09-15-creating-your-own-custom-lld-in-zabbix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: "A complete guide to creating a custom Low-Level Discovery in Zabbi
88
lang: en
99
image: assets/img/zabbix-custom-lld/capa.png # Removido campo duplicado
1010
layout: post
11-
redirect_from: /posts/creating-your-own-custom-lld-in-zabbix-en/
11+
redirect_from:
12+
- /posts/creating-your-own-custom-lld-in-zabbix-en/
13+
- /posts/criando-seu-proprio-lld-personalizado-no-zabbix-pt-BR/
1214
---
1315

1416
<!-- *Leia em [Português](https://blog.lmeier.net/pt-BR/posts/criando-seu-proprio-lld-personalizado-no-zabbix/)* -->

_posts/en/2024-10-18-how-i-recovered-a-bricked-cctv-camera.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags: [CCTV, Hardware, Intelbras]
88
description: "A Last-Resort Guide to Try Before Losing Your Equipment"
99
lang: en
1010
image: assets/img/bricked-camera/cover.png
11+
redirect_from:
12+
- /posts/como-recuperei-uma-camera-cftv-brickada/
1113
---
1214

1315
<!-- *Leia em [português](https://blog.lmeier.net/posts/como-recuperei-uma-camera-cftv-brickada/)* -->

_posts/en/2024-10-22-fortinet-vs--palo-alto--automating-load-balancing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ categories: [Zabbix, Monitoring, Python, API, NGFW, "Palo Alto"]
88
tags: [Zabbix, Monitoring, Python, API, NGFW, "Palo Alto"]
99
lang: en
1010
image: assets/img/lb-fortinet-paloalto/cover.png
11+
redirect_from:
12+
- /posts/fortinet-vs-palo-alto-automatizando-balanceamento-de-carga/
1113
---
1214

1315
<!-- [*Também disponível em Português*](https://blog.lmeier.net/posts/fortinet-vs-palo-alto-automatizando-balanceamento-de-carga/) -->

0 commit comments

Comments
 (0)