1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Addressing some print bug

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-01-29 23:02:02 -08:00
parent b92746e19a
commit 0176495ef8
10 changed files with 5742 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{{#if sizes}}
<div class="{{className}}" {{#if style}}style="{{style}}"{{/if}} target="_break">
<a href="{{#if link}}{{link}}{{else}}{{rev (get (last sizes) 'url')}}{{/if}}" {{#unless external}}class="lb"{{/unless}}><img
<a href="{{#if link}}{{link}}{{else}}{{rev (get (last sizes) 'url')}}{{/if}}" class="{{#includes className "card"}}card-img-top{{/includes}} {{#unless external}}lb{{/unless}}"><img
src="{{rev url}}"
alt="{{alt}}"
srcset="{{#join sizes}}{{rev url}} {{width}}w{{/join}}"

View File

@@ -44,6 +44,7 @@
<link rel="preconnect" href="//fonts.gstatic.com/" crossorigin>
<link rel="preconnect" href="//cdnjs.cloudflare.com/" crossorigin="anonymous">
<link rel="stylesheet" href="{{rev '/css/style.css'}}" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="{{rev '/css/print.css'}}" type="text/css" media="print" title="no title" charset="utf-8">
<link href="//fonts.googleapis.com/css?family=Sriracha:400" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Lato:100,200,300,400,700,800" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,600" rel="stylesheet">
@@ -95,8 +96,8 @@
</ul>
<hr>
</div>
<p>Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a><span class="cc-by-nc-sa">{{icon 'symbols/cc'}}{{icon 'symbols/cc-by'}}{{icon 'symbols/cc-nc'}}{{icon 'symbols/cc-sa'}}</span><br>&copy; {{date "yyyy"}} <a href="https://curvyandtrans.com">Jocelyn Badgley</a> and Other Contributors </p>
<p><a href="/privacy">Privacy Policy</a></p>
<p class="copyright">Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a><span class="cc-by-nc-sa">{{icon 'symbols/cc'}}{{icon 'symbols/cc-by'}}{{icon 'symbols/cc-nc'}}{{icon 'symbols/cc-sa'}}</span><br>&copy; {{date "yyyy"}} <a href="https://curvyandtrans.com">Jocelyn Badgley</a> and Other Contributors </p>
<p class="foot-nav"><a href="/privacy">Privacy Policy</a></p>
</footer>
</div>