We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57313d4 commit 5527cefCopy full SHA for 5527cef
1 file changed
_includes/head.html
@@ -1,8 +1,8 @@
1
<head>
2
- <title>Ruby UY</title>
+ <title>{{ page.title | default: "Ruby UY" }}</title>
3
<meta charset='utf-8' />
4
<meta name="viewport" content="width=device-width, initial-scale=1">
5
- <meta name="description" content="Sitio de la comunidad de Ruby en Uruguay">
+ <meta name="description" content="{{ page.description | default: 'Sitio de la comunidad de Ruby en Uruguay' }}">
6
<meta name="view-transition" content="same-origin" />
7
<link rel="preconnect" href="https://fonts.googleapis.com">
8
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
0 commit comments