mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-06-05 22:19:18 +02:00
Modificato footer aggiungendo modulo di contatto, link per donazioni, matrix, newsletter e profili social (alcuni ancora incompleti). Modificata homepage per lasciare spazio alla "mission" nella sezione più in basso. Risolto il problema delle immagini che non comparivano nelle pagine dei 'tiles'.
11 lines
681 B
HTML
11 lines
681 B
HTML
<head>
|
|
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
|
|
<link rel="stylesheet" href="{{ "assets/css/main.css" | relative_url }}" />
|
|
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | relative_url }}" /><![endif]-->
|
|
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fedicons.css">
|
|
</head>
|