forked from unitoo/website
Added Matomo analytics tracker
This commit is contained in:
parent
a84887d5ea
commit
3261690d8f
51 changed files with 1145 additions and 377 deletions
|
@ -27,4 +27,20 @@
|
|||
{% if site.tags != "" %}
|
||||
{% include collecttags.html %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica" />
|
||||
<meta property="og:description" content="Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica" />
|
||||
<link rel="canonical" href="http://localhost:4000/404.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/404.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/404.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/404.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Unitoo" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","headline":"Unitoo","@type":"WebPage","url":"http://localhost:4000/404.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","headline":"Unitoo","@type":"WebPage","url":"https://www.unitoo.it/404.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/404.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/404.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Il nostro scopo, perchè lo facciamo, cosa ci guida." />
|
||||
<meta property="og:description" content="Il nostro scopo, perchè lo facciamo, cosa ci guida." />
|
||||
<link rel="canonical" href="http://localhost:4000/azienda/mission/" />
|
||||
<meta property="og:url" content="http://localhost:4000/azienda/mission/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/azienda/mission/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/azienda/mission/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="La mission" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Il nostro scopo, perchè lo facciamo, cosa ci guida.","headline":"La mission","@type":"WebPage","url":"http://localhost:4000/azienda/mission/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Il nostro scopo, perchè lo facciamo, cosa ci guida.","headline":"La mission","@type":"WebPage","url":"https://www.unitoo.it/azienda/mission/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/azienda/mission/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/azienda/mission/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Come vorremmo si rappresenti il futuro." />
|
||||
<meta property="og:description" content="Come vorremmo si rappresenti il futuro." />
|
||||
<link rel="canonical" href="http://localhost:4000/azienda/vision/" />
|
||||
<meta property="og:url" content="http://localhost:4000/azienda/vision/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/azienda/vision/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/azienda/vision/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="La vision" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Come vorremmo si rappresenti il futuro.","headline":"La vision","@type":"WebPage","url":"http://localhost:4000/azienda/vision/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Come vorremmo si rappresenti il futuro.","headline":"La vision","@type":"WebPage","url":"https://www.unitoo.it/azienda/vision/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/azienda/vision/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/azienda/vision/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Tutti i nostri contatti per una comunicazione adeguata." />
|
||||
<meta property="og:description" content="Tutti i nostri contatti per una comunicazione adeguata." />
|
||||
<link rel="canonical" href="http://localhost:4000/contattaci/" />
|
||||
<meta property="og:url" content="http://localhost:4000/contattaci/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/contattaci/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/contattaci/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Contatti" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i nostri contatti per una comunicazione adeguata.","headline":"Contatti","@type":"WebPage","url":"http://localhost:4000/contattaci/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i nostri contatti per una comunicazione adeguata.","headline":"Contatti","@type":"WebPage","url":"https://www.unitoo.it/contattaci/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/contattaci/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/contattaci/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2020-02-14T22:54:35+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-02-15T14:38:26+01:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica" />
|
||||
<meta property="og:description" content="Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica" />
|
||||
<link rel="canonical" href="http://localhost:4000/" />
|
||||
<meta property="og:url" content="http://localhost:4000/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Homepage" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","headline":"Homepage","@type":"WebSite","url":"http://localhost:4000/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"name":"Unitoo","@context":"https://schema.org"}</script>
|
||||
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","headline":"Homepage","@type":"WebSite","url":"https://www.unitoo.it/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"name":"Unitoo","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Comunicare in maniera sicura. Le applicazioni da noi suggerite." />
|
||||
<meta property="og:description" content="Comunicare in maniera sicura. Le applicazioni da noi suggerite." />
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/comunicazione_sicura/" />
|
||||
<meta property="og:url" content="http://localhost:4000/progetti/comunicazione_sicura/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/comunicazione_sicura/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/progetti/comunicazione_sicura/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="La comunicazione digitale sicura" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Comunicare in maniera sicura. Le applicazioni da noi suggerite.","headline":"La comunicazione digitale sicura","@type":"WebPage","url":"http://localhost:4000/progetti/comunicazione_sicura/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Comunicare in maniera sicura. Le applicazioni da noi suggerite.","headline":"La comunicazione digitale sicura","@type":"WebPage","url":"https://www.unitoo.it/progetti/comunicazione_sicura/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/comunicazione_sicura/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/comunicazione_sicura/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Il software libero e l’importanza di un BIOS libero. Tutto di un fiato." />
|
||||
<meta property="og:description" content="Il software libero e l’importanza di un BIOS libero. Tutto di un fiato." />
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/libreboot/" />
|
||||
<meta property="og:url" content="http://localhost:4000/progetti/libreboot/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/libreboot/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/progetti/libreboot/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Libreboot - Il BIOS libero" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Il software libero e l’importanza di un BIOS libero. Tutto di un fiato.","headline":"Libreboot - Il BIOS libero","@type":"WebPage","url":"http://localhost:4000/progetti/libreboot/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Il software libero e l’importanza di un BIOS libero. Tutto di un fiato.","headline":"Libreboot - Il BIOS libero","@type":"WebPage","url":"https://www.unitoo.it/progetti/libreboot/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/libreboot/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/libreboot/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="I progetti che stiamo principalmente supportando nell’ambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM." />
|
||||
<meta property="og:description" content="I progetti che stiamo principalmente supportando nell’ambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM." />
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/software/" />
|
||||
<meta property="og:url" content="http://localhost:4000/progetti/software/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/software/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/progetti/software/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Il software" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"I progetti che stiamo principalmente supportando nell’ambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM.","headline":"Il software","@type":"WebPage","url":"http://localhost:4000/progetti/software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"I progetti che stiamo principalmente supportando nell’ambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM.","headline":"Il software","@type":"WebPage","url":"https://www.unitoo.it/progetti/software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/progetti/software/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/progetti/software/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Sitemap: http://localhost:4000/sitemap.xml
|
||||
Sitemap: https://www.unitoo.it/sitemap.xml
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Consulenza tecnica nell’ambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software." />
|
||||
<meta property="og:description" content="Consulenza tecnica nell’ambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software." />
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/consulenza/" />
|
||||
<meta property="og:url" content="http://localhost:4000/servizi/consulenza/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/consulenza/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/servizi/consulenza/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Consulenza tecnica" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Consulenza tecnica nell’ambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software.","headline":"Consulenza tecnica","@type":"WebPage","url":"http://localhost:4000/servizi/consulenza/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Consulenza tecnica nell’ambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software.","headline":"Consulenza tecnica","@type":"WebPage","url":"https://www.unitoo.it/servizi/consulenza/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/consulenza/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/consulenza/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati." />
|
||||
<meta property="og:description" content="Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati." />
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/formazione/" />
|
||||
<meta property="og:url" content="http://localhost:4000/servizi/formazione/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/formazione/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/servizi/formazione/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Il piano formativo" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati.","headline":"Il piano formativo","@type":"WebPage","url":"http://localhost:4000/servizi/formazione/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati.","headline":"Il piano formativo","@type":"WebPage","url":"https://www.unitoo.it/servizi/formazione/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/formazione/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/formazione/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?" />
|
||||
<meta property="og:description" content="La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?" />
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/sicurezza_informatica/" />
|
||||
<meta property="og:url" content="http://localhost:4000/servizi/sicurezza_informatica/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/sicurezza_informatica/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/servizi/sicurezza_informatica/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Sicurezza informatica" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?","headline":"Sicurezza informatica","@type":"WebPage","url":"http://localhost:4000/servizi/sicurezza_informatica/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?","headline":"Sicurezza informatica","@type":"WebPage","url":"https://www.unitoo.it/servizi/sicurezza_informatica/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/sicurezza_informatica/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/sicurezza_informatica/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="it_IT" />
|
||||
<meta name="description" content="Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store." />
|
||||
<meta property="og:description" content="Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store." />
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/sviluppo_software/" />
|
||||
<meta property="og:url" content="http://localhost:4000/servizi/sviluppo_software/" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/sviluppo_software/" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/servizi/sviluppo_software/" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Sviluppo software" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store.","headline":"Sviluppo software","@type":"WebPage","url":"http://localhost:4000/servizi/sviluppo_software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store.","headline":"Sviluppo software","@type":"WebPage","url":"https://www.unitoo.it/servizi/sviluppo_software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/servizi/sviluppo_software/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/servizi/sviluppo_software/">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -1,141 +1,141 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://localhost:4000/progetti/comunicazione_sicura/</loc>
|
||||
<loc>https://www.unitoo.it/progetti/comunicazione_sicura/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/contattaci/</loc>
|
||||
<loc>https://www.unitoo.it/contattaci/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/progetti/libreboot/</loc>
|
||||
<loc>https://www.unitoo.it/progetti/libreboot/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/azienda/mission/</loc>
|
||||
<loc>https://www.unitoo.it/azienda/mission/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/servizi/sicurezza_informatica/</loc>
|
||||
<loc>https://www.unitoo.it/servizi/sicurezza_informatica/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/servizi/sviluppo_software/</loc>
|
||||
<loc>https://www.unitoo.it/servizi/sviluppo_software/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/servizi/consulenza/</loc>
|
||||
<loc>https://www.unitoo.it/servizi/consulenza/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/servizi/formazione/</loc>
|
||||
<loc>https://www.unitoo.it/servizi/formazione/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/progetti/software/</loc>
|
||||
<loc>https://www.unitoo.it/progetti/software/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/azienda/vision/</loc>
|
||||
<loc>https://www.unitoo.it/azienda/vision/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/agile.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/agile.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/backup.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/backup.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/bios.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/bios.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/cifratura.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/cifratura.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/company.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/company.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/consulenza.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/consulenza.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/contatti.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/contatti.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/data.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/data.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/development.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/development.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/email.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/email.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/formazione.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/formazione.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/freebios.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/freebios.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/freesoftware.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/freesoftware.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/future.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/future.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/gnupg.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/gnupg.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/hardening.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/hardening.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/hardware.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/hardware.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/</loc>
|
||||
<loc>https://www.unitoo.it/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/informatica.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/informatica.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/libreboot.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/libreboot.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/licenses.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/licenses.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/media.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/media.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/mission.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/mission.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/nodrm.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/nodrm.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/planning.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/planning.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/projects.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/projects.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/rights.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/rights.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/security.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/security.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/servizi.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/servizi.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/sicurezza.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/sicurezza.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/social.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/social.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/software.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/software.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/team.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/team.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/unitoo.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/unitoo.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/vision.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/vision.html</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost:4000/tag/work.html</loc>
|
||||
<loc>https://www.unitoo.it/tag/work.html</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: agile" />
|
||||
<meta property="og:description" content="Tutti i post del tag: agile" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/agile.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/agile.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/agile.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/agile.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #agile" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: agile","headline":"Tag: #agile","@type":"WebPage","url":"http://localhost:4000/tag/agile.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: agile","headline":"Tag: #agile","@type":"WebPage","url":"https://www.unitoo.it/tag/agile.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/agile.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/agile.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: backup" />
|
||||
<meta property="og:description" content="Tutti i post del tag: backup" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/backup.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/backup.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/backup.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/backup.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #backup" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: backup","headline":"Tag: #backup","@type":"WebPage","url":"http://localhost:4000/tag/backup.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: backup","headline":"Tag: #backup","@type":"WebPage","url":"https://www.unitoo.it/tag/backup.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/backup.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/backup.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: bios" />
|
||||
<meta property="og:description" content="Tutti i post del tag: bios" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/bios.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/bios.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/bios.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/bios.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #bios" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: bios","headline":"Tag: #bios","@type":"WebPage","url":"http://localhost:4000/tag/bios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: bios","headline":"Tag: #bios","@type":"WebPage","url":"https://www.unitoo.it/tag/bios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/bios.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/bios.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: cifratura" />
|
||||
<meta property="og:description" content="Tutti i post del tag: cifratura" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/cifratura.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/cifratura.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/cifratura.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/cifratura.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #cifratura" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: cifratura","headline":"Tag: #cifratura","@type":"WebPage","url":"http://localhost:4000/tag/cifratura.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: cifratura","headline":"Tag: #cifratura","@type":"WebPage","url":"https://www.unitoo.it/tag/cifratura.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/cifratura.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/cifratura.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: company" />
|
||||
<meta property="og:description" content="Tutti i post del tag: company" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/company.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/company.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/company.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/company.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #company" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: company","headline":"Tag: #company","@type":"WebPage","url":"http://localhost:4000/tag/company.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: company","headline":"Tag: #company","@type":"WebPage","url":"https://www.unitoo.it/tag/company.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/company.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/company.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: consulenza" />
|
||||
<meta property="og:description" content="Tutti i post del tag: consulenza" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/consulenza.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/consulenza.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/consulenza.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/consulenza.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #consulenza" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: consulenza","headline":"Tag: #consulenza","@type":"WebPage","url":"http://localhost:4000/tag/consulenza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: consulenza","headline":"Tag: #consulenza","@type":"WebPage","url":"https://www.unitoo.it/tag/consulenza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/consulenza.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/consulenza.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: contatti" />
|
||||
<meta property="og:description" content="Tutti i post del tag: contatti" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/contatti.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/contatti.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/contatti.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/contatti.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #contatti" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: contatti","headline":"Tag: #contatti","@type":"WebPage","url":"http://localhost:4000/tag/contatti.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: contatti","headline":"Tag: #contatti","@type":"WebPage","url":"https://www.unitoo.it/tag/contatti.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/contatti.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/contatti.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: data" />
|
||||
<meta property="og:description" content="Tutti i post del tag: data" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/data.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/data.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/data.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/data.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #data" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: data","headline":"Tag: #data","@type":"WebPage","url":"http://localhost:4000/tag/data.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: data","headline":"Tag: #data","@type":"WebPage","url":"https://www.unitoo.it/tag/data.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/data.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/data.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: development" />
|
||||
<meta property="og:description" content="Tutti i post del tag: development" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/development.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/development.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/development.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/development.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #development" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: development","headline":"Tag: #development","@type":"WebPage","url":"http://localhost:4000/tag/development.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: development","headline":"Tag: #development","@type":"WebPage","url":"https://www.unitoo.it/tag/development.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/development.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/development.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: email" />
|
||||
<meta property="og:description" content="Tutti i post del tag: email" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/email.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/email.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/email.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/email.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #email" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: email","headline":"Tag: #email","@type":"WebPage","url":"http://localhost:4000/tag/email.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: email","headline":"Tag: #email","@type":"WebPage","url":"https://www.unitoo.it/tag/email.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/email.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/email.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: formazione" />
|
||||
<meta property="og:description" content="Tutti i post del tag: formazione" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/formazione.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/formazione.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/formazione.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/formazione.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #formazione" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: formazione","headline":"Tag: #formazione","@type":"WebPage","url":"http://localhost:4000/tag/formazione.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: formazione","headline":"Tag: #formazione","@type":"WebPage","url":"https://www.unitoo.it/tag/formazione.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/formazione.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/formazione.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: freebios" />
|
||||
<meta property="og:description" content="Tutti i post del tag: freebios" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/freebios.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/freebios.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/freebios.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/freebios.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #freebios" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: freebios","headline":"Tag: #freebios","@type":"WebPage","url":"http://localhost:4000/tag/freebios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: freebios","headline":"Tag: #freebios","@type":"WebPage","url":"https://www.unitoo.it/tag/freebios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/freebios.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/freebios.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: freesoftware" />
|
||||
<meta property="og:description" content="Tutti i post del tag: freesoftware" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/freesoftware.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/freesoftware.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/freesoftware.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/freesoftware.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #freesoftware" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: freesoftware","headline":"Tag: #freesoftware","@type":"WebPage","url":"http://localhost:4000/tag/freesoftware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: freesoftware","headline":"Tag: #freesoftware","@type":"WebPage","url":"https://www.unitoo.it/tag/freesoftware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/freesoftware.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/freesoftware.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: future" />
|
||||
<meta property="og:description" content="Tutti i post del tag: future" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/future.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/future.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/future.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/future.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #future" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: future","headline":"Tag: #future","@type":"WebPage","url":"http://localhost:4000/tag/future.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: future","headline":"Tag: #future","@type":"WebPage","url":"https://www.unitoo.it/tag/future.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/future.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/future.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: gnupg" />
|
||||
<meta property="og:description" content="Tutti i post del tag: gnupg" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/gnupg.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/gnupg.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/gnupg.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/gnupg.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #gnupg" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: gnupg","headline":"Tag: #gnupg","@type":"WebPage","url":"http://localhost:4000/tag/gnupg.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: gnupg","headline":"Tag: #gnupg","@type":"WebPage","url":"https://www.unitoo.it/tag/gnupg.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/gnupg.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/gnupg.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: hardening" />
|
||||
<meta property="og:description" content="Tutti i post del tag: hardening" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/hardening.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/hardening.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/hardening.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/hardening.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #hardening" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: hardening","headline":"Tag: #hardening","@type":"WebPage","url":"http://localhost:4000/tag/hardening.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: hardening","headline":"Tag: #hardening","@type":"WebPage","url":"https://www.unitoo.it/tag/hardening.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/hardening.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/hardening.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: hardware" />
|
||||
<meta property="og:description" content="Tutti i post del tag: hardware" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/hardware.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/hardware.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/hardware.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/hardware.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #hardware" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: hardware","headline":"Tag: #hardware","@type":"WebPage","url":"http://localhost:4000/tag/hardware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: hardware","headline":"Tag: #hardware","@type":"WebPage","url":"https://www.unitoo.it/tag/hardware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/hardware.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/hardware.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: informatica" />
|
||||
<meta property="og:description" content="Tutti i post del tag: informatica" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/informatica.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/informatica.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/informatica.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/informatica.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #informatica" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: informatica","headline":"Tag: #informatica","@type":"WebPage","url":"http://localhost:4000/tag/informatica.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: informatica","headline":"Tag: #informatica","@type":"WebPage","url":"https://www.unitoo.it/tag/informatica.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/informatica.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/informatica.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: libreboot" />
|
||||
<meta property="og:description" content="Tutti i post del tag: libreboot" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/libreboot.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/libreboot.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/libreboot.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/libreboot.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #libreboot" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: libreboot","headline":"Tag: #libreboot","@type":"WebPage","url":"http://localhost:4000/tag/libreboot.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: libreboot","headline":"Tag: #libreboot","@type":"WebPage","url":"https://www.unitoo.it/tag/libreboot.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/libreboot.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/libreboot.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: licenses" />
|
||||
<meta property="og:description" content="Tutti i post del tag: licenses" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/licenses.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/licenses.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/licenses.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/licenses.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #licenses" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: licenses","headline":"Tag: #licenses","@type":"WebPage","url":"http://localhost:4000/tag/licenses.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: licenses","headline":"Tag: #licenses","@type":"WebPage","url":"https://www.unitoo.it/tag/licenses.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/licenses.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/licenses.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: media" />
|
||||
<meta property="og:description" content="Tutti i post del tag: media" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/media.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/media.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/media.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/media.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #media" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: media","headline":"Tag: #media","@type":"WebPage","url":"http://localhost:4000/tag/media.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: media","headline":"Tag: #media","@type":"WebPage","url":"https://www.unitoo.it/tag/media.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/media.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/media.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: mission" />
|
||||
<meta property="og:description" content="Tutti i post del tag: mission" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/mission.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/mission.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/mission.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/mission.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #mission" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: mission","headline":"Tag: #mission","@type":"WebPage","url":"http://localhost:4000/tag/mission.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: mission","headline":"Tag: #mission","@type":"WebPage","url":"https://www.unitoo.it/tag/mission.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/mission.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/mission.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: nodrm" />
|
||||
<meta property="og:description" content="Tutti i post del tag: nodrm" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/nodrm.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/nodrm.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/nodrm.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/nodrm.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #nodrm" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: nodrm","headline":"Tag: #nodrm","@type":"WebPage","url":"http://localhost:4000/tag/nodrm.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: nodrm","headline":"Tag: #nodrm","@type":"WebPage","url":"https://www.unitoo.it/tag/nodrm.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/nodrm.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/nodrm.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: planning" />
|
||||
<meta property="og:description" content="Tutti i post del tag: planning" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/planning.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/planning.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/planning.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/planning.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #planning" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: planning","headline":"Tag: #planning","@type":"WebPage","url":"http://localhost:4000/tag/planning.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: planning","headline":"Tag: #planning","@type":"WebPage","url":"https://www.unitoo.it/tag/planning.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/planning.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/planning.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: projects" />
|
||||
<meta property="og:description" content="Tutti i post del tag: projects" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/projects.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/projects.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/projects.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/projects.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #projects" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: projects","headline":"Tag: #projects","@type":"WebPage","url":"http://localhost:4000/tag/projects.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: projects","headline":"Tag: #projects","@type":"WebPage","url":"https://www.unitoo.it/tag/projects.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/projects.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/projects.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: rights" />
|
||||
<meta property="og:description" content="Tutti i post del tag: rights" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/rights.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/rights.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/rights.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/rights.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #rights" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: rights","headline":"Tag: #rights","@type":"WebPage","url":"http://localhost:4000/tag/rights.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: rights","headline":"Tag: #rights","@type":"WebPage","url":"https://www.unitoo.it/tag/rights.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/rights.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/rights.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: security" />
|
||||
<meta property="og:description" content="Tutti i post del tag: security" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/security.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/security.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/security.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/security.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #security" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: security","headline":"Tag: #security","@type":"WebPage","url":"http://localhost:4000/tag/security.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: security","headline":"Tag: #security","@type":"WebPage","url":"https://www.unitoo.it/tag/security.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/security.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/security.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: servizi" />
|
||||
<meta property="og:description" content="Tutti i post del tag: servizi" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/servizi.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/servizi.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/servizi.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/servizi.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #servizi" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: servizi","headline":"Tag: #servizi","@type":"WebPage","url":"http://localhost:4000/tag/servizi.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: servizi","headline":"Tag: #servizi","@type":"WebPage","url":"https://www.unitoo.it/tag/servizi.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/servizi.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/servizi.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: sicurezza" />
|
||||
<meta property="og:description" content="Tutti i post del tag: sicurezza" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/sicurezza.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/sicurezza.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/sicurezza.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/sicurezza.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #sicurezza" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: sicurezza","headline":"Tag: #sicurezza","@type":"WebPage","url":"http://localhost:4000/tag/sicurezza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: sicurezza","headline":"Tag: #sicurezza","@type":"WebPage","url":"https://www.unitoo.it/tag/sicurezza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/sicurezza.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/sicurezza.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: social" />
|
||||
<meta property="og:description" content="Tutti i post del tag: social" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/social.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/social.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/social.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/social.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #social" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: social","headline":"Tag: #social","@type":"WebPage","url":"http://localhost:4000/tag/social.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: social","headline":"Tag: #social","@type":"WebPage","url":"https://www.unitoo.it/tag/social.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/social.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/social.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: software" />
|
||||
<meta property="og:description" content="Tutti i post del tag: software" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/software.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/software.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/software.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/software.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #software" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: software","headline":"Tag: #software","@type":"WebPage","url":"http://localhost:4000/tag/software.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: software","headline":"Tag: #software","@type":"WebPage","url":"https://www.unitoo.it/tag/software.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/software.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/software.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: team" />
|
||||
<meta property="og:description" content="Tutti i post del tag: team" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/team.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/team.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/team.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/team.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #team" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: team","headline":"Tag: #team","@type":"WebPage","url":"http://localhost:4000/tag/team.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: team","headline":"Tag: #team","@type":"WebPage","url":"https://www.unitoo.it/tag/team.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/team.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/team.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: unitoo" />
|
||||
<meta property="og:description" content="Tutti i post del tag: unitoo" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/unitoo.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/unitoo.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/unitoo.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/unitoo.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #unitoo" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: unitoo","headline":"Tag: #unitoo","@type":"WebPage","url":"http://localhost:4000/tag/unitoo.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: unitoo","headline":"Tag: #unitoo","@type":"WebPage","url":"https://www.unitoo.it/tag/unitoo.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/unitoo.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/unitoo.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: vision" />
|
||||
<meta property="og:description" content="Tutti i post del tag: vision" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/vision.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/vision.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/vision.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/vision.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #vision" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: vision","headline":"Tag: #vision","@type":"WebPage","url":"http://localhost:4000/tag/vision.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: vision","headline":"Tag: #vision","@type":"WebPage","url":"https://www.unitoo.it/tag/vision.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/vision.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/vision.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -14,19 +14,19 @@
|
|||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Tutti i post del tag: work" />
|
||||
<meta property="og:description" content="Tutti i post del tag: work" />
|
||||
<link rel="canonical" href="http://localhost:4000/tag/work.html" />
|
||||
<meta property="og:url" content="http://localhost:4000/tag/work.html" />
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/work.html" />
|
||||
<meta property="og:url" content="https://www.unitoo.it/tag/work.html" />
|
||||
<meta property="og:site_name" content="Unitoo" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Tag: #work" />
|
||||
<meta name="twitter:site" content="@UnitooInc" />
|
||||
<script type="application/ld+json">
|
||||
{"description":"Tutti i post del tag: work","headline":"Tag: #work","@type":"WebPage","url":"http://localhost:4000/tag/work.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
{"description":"Tutti i post del tag: work","headline":"Tag: #work","@type":"WebPage","url":"https://www.unitoo.it/tag/work.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
<link rel='shortcut icon' href="http://localhost:4000/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="http://localhost:4000/favicon-192.png" sizes="192x192">
|
||||
<link rel='shortcut icon' href="https://www.unitoo.it/favicon.ico" type="image/x-icon">
|
||||
<link rel="apple-touch-icon" href="https://www.unitoo.it/favicon-192.png" sizes="192x192">
|
||||
|
||||
<link rel="stylesheet" href="/css/fontawesome.css">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
|
@ -34,8 +34,8 @@
|
|||
<link rel="stylesheet" href="/css/animate.css">
|
||||
<link rel="stylesheet" href="/css/morphext.css">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="canonical" href="http://localhost:4000/tag/work.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="http://localhost:4000/feed.xml">
|
||||
<link rel="canonical" href="https://www.unitoo.it/tag/work.html">
|
||||
<link rel="alternate" type="application/rss+xml" title="Unitoo" href="https://www.unitoo.it/feed.xml">
|
||||
|
||||
<script type="text/javascript" src="/js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/simple-jekyll-search.min.js"></script>
|
||||
|
@ -52,6 +52,22 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- Matomo -->
|
||||
<script type="text/javascript">
|
||||
var _paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.unitoo.it/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
</head>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue