Skip to content

Commit

Permalink
Specify width of front-matter SVGs (greenelab#79)
Browse files Browse the repository at this point in the history
Now width and height are both specified at 13 pixels, to constrain the aspect ratio of these SVGs as square. Previously, the icons appeared squished in DOCX exports. See manubot/rootstock#40
  • Loading branch information
vsmalladi authored and dhimmel committed Oct 5, 2017
1 parent 47ee5f0 commit aba5246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/00.front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ on {{date}}.
{% for author in authors %}
+ **{{author.name}}**<br>
{%- if author.orcid is defined %}
![ORCID icon](images/orcid.svg){height="13px"}
![ORCID icon](images/orcid.svg){height="13px" width="13px"}
[{{author.orcid}}](https://orcid.org/{{author.orcid}})
{%- endif %}
{%- if author.github is defined %}
· ![GitHub icon](images/github.svg){height="13px"}
· ![GitHub icon](images/github.svg){height="13px" width="13px"}
[{{author.github}}](https://github.com/{{author.github}})
{%- endif %}
{%- if author.twitter is defined %}
· ![Twitter icon](images/twitter.svg){height="13px"}
· ![Twitter icon](images/twitter.svg){height="13px" width="13px"}
[{{author.twitter}}](https://twitter.com/{{author.twitter}})
{%- endif %}<br>
<small>
Expand Down

0 comments on commit aba5246

Please sign in to comment.