Skip to content

Commit

Permalink
Acessibility improvements (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Feb 18, 2021
1 parent b3a10b4 commit 03e41b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=5">

<!-- Main JS (navbar.js, katex_init.js and masonry_init.js)-->
<script defer src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion _includes/post_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="post-info">
{%- if author.url -%}<a href="{{ author.url | relative_url }}" target="_blank">{%- endif -%}
{% if author.avatar %}
<img src="{{ author.avatar | relative_url }}">
<img alt="Author's avatar" src="{{ author.avatar | relative_url }}">
{% endif %}
<p class="meta">
{% if author.name %}{{ author.name }} - {% endif %}{{ date | date: "%B %-d, %Y" }}
Expand Down

0 comments on commit 03e41b5

Please sign in to comment.