diff --git a/_includes/author.html b/_includes/author.html index 7eaf038..00afb12 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -1,5 +1,4 @@ {% if site.author %} -
{{ site.author.quote }}
{% endif %} diff --git a/_includes/vimeoPlayer.html b/_includes/vimeoPlayer.html index f0182a3..8ec8807 100644 --- a/_includes/vimeoPlayer.html +++ b/_includes/vimeoPlayer.html @@ -3,7 +3,6 @@ src="https://player.vimeo.com/video/{{ include.id }}" width="500" height="281" - frameborder="0" title="Vimeo Video" webkitallowfullscreen mozallowfullscreen diff --git a/_sass/_reset.scss b/_sass/_reset.scss index 599eb5f..bdc3260 100644 --- a/_sass/_reset.scss +++ b/_sass/_reset.scss @@ -37,7 +37,7 @@ pre, code, kbd, samp { - font-family: monospace, monospace; + font-family: monospace; font-size: 1em; } @@ -208,4 +208,4 @@ progress { table { border-collapse: collapse; border-spacing: 0; -} \ No newline at end of file +}