Print style improvements
This commit is contained in:
parent
a2d7fc848d
commit
7ed8534503
@ -34,7 +34,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="global-header">
|
<header class="global-header">
|
||||||
<div class="header-img"></div>
|
<div class="header-img hidden-print"></div>
|
||||||
<section class="header-text">
|
<section class="header-text">
|
||||||
<h1><a href="{{ .Site.BaseUrl }}">{{ .Site.Title }}</a></h1>
|
<h1><a href="{{ .Site.BaseUrl }}">{{ .Site.Title }}</a></h1>
|
||||||
{{ if isset .Site.Params "bio" }}
|
{{ if isset .Site.Params "bio" }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="sns-links">
|
<div class="sns-links hidden-print">
|
||||||
{{ with .Site.Params.twitter }}
|
{{ with .Site.Params.twitter }}
|
||||||
<a href="https://twitter.com/{{ . }}" target="_blank">
|
<a href="https://twitter.com/{{ . }}" target="_blank">
|
||||||
<i class="fa fa-twitter"></i>
|
<i class="fa fa-twitter"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user