Print style improvements

This commit is contained in:
Keichi Takahashi 2015-02-04 03:01:06 +09:00
parent a2d7fc848d
commit 7ed8534503
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
</head>
<body>
<header class="global-header">
<div class="header-img"></div>
<div class="header-img hidden-print"></div>
<section class="header-text">
<h1><a href="{{ .Site.BaseUrl }}">{{ .Site.Title }}</a></h1>
{{ if isset .Site.Params "bio" }}

View File

@ -1,4 +1,4 @@
<div class="sns-links">
<div class="sns-links hidden-print">
{{ with .Site.Params.twitter }}
<a href="https://twitter.com/{{ . }}" target="_blank">
<i class="fa fa-twitter"></i>