Add print friendly style overrides (#3621)
This commit is contained in:
parent
dfb11dbd9d
commit
051997c9b8
3 changed files with 41 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<meta name="twitter:description" content="{{ fb_description | truncate:200 }}">
|
||||
<meta name="twitter:image" content="{{ social_image }}">
|
||||
|
||||
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="{{ root_url }}{{ site.subscribe_rss }}" rel="alternate" title="{{ site.title }}" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='{{ root_url }}/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='{{ root_url }}/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue