Skip to content

Commit d4cddc0

Browse files
committed
Script Scholar y GA
Se agregó script de Scholar y Tag de GA para que tome la página.
1 parent 4463e75 commit d4cddc0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_includes/head.html

+13
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,19 @@
9393
<meta name="DC.Title" content="Relación de un viaje al Río de la Plata y de allí por tierra al Perú con observaciones sobre los habitantes, sean indios o españoles, las ciudades, el comercio, la fertilidad y las riquezas de esta parte de América"/>
9494
<meta name="DC.Type" content="Text"/>
9595

96+
<!-- Script Scholar-->
97+
<script src="//scholar.google.com/scholar_js/casa.js" async></script>
98+
99+
<!-- Google tag (gtag.js) -->
100+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5V7S0EWVZ6"></script>
101+
<script>
102+
window.dataLayer = window.dataLayer || [];
103+
function gtag(){dataLayer.push(arguments);}
104+
gtag('js', new Date());
105+
106+
gtag('config', 'G-5V7S0EWVZ6');
107+
</script>
108+
96109
{% assign user_url = site.url | append: site.baseurl %}
97110
{% assign full_base_url = user_url | default: site.github.url %}
98111
<link rel="stylesheet" href="{{ "/assets/style.css" | prepend: full_base_url }}">

0 commit comments

Comments
 (0)