Add the minified version of tachyons.css
This commit is contained in:
parent
7fa799743e
commit
8091c44c26
2 changed files with 4 additions and 1 deletions
3
conservancy/static/css/tachyons.min.css
vendored
Normal file
3
conservancy/static/css/tachyons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
||||||
<meta name="description" content="The Software Freedom Conservancy provides a non-profit home and services to Free, Libre and Open Source Software (FLOSS) projects." />
|
<meta name="description" content="The Software Freedom Conservancy provides a non-profit home and services to Free, Libre and Open Source Software (FLOSS) projects." />
|
||||||
<meta name="keywords" content="software, freedom, conservancy, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit" />
|
<meta name="keywords" content="software, freedom, conservancy, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit" />
|
||||||
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
|
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/tachyons.css' %}"/>
|
<link rel="stylesheet" type="text/css" href="{% static 'css/tachyons.min.css' %}"/>
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'css/conservancy.css' %}" />
|
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'css/conservancy.css' %}" />
|
||||||
<link rel="stylesheet" type="text/css" media="(min-width: 67em)" href="{% static 'css/conservancy-bigscreen.css' %}" />
|
<link rel="stylesheet" type="text/css" media="(min-width: 67em)" href="{% static 'css/conservancy-bigscreen.css' %}" />
|
||||||
<script type="text/javascript" src="{% static 'js/conservancy.js' %}" defer></script>
|
<script type="text/javascript" src="{% static 'js/conservancy.js' %}" defer></script>
|
||||||
|
|
Loading…
Reference in a new issue