File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9999 </div >
100100 <div class =" navbar-end" >
101101 <a class =" navbar-item is-inline-block-tablet" href =" https://twitter.com/{{ site .author .twitter }}" >
102- <span class =" icon tooltip" aria-label =" & ldquo ; @{{ site .author .twitter }}& rdquo ; on Twitter" >
102+ <span class =" icon tooltip" role = " link " aria-label =" @{{ site .author .twitter }} on Twitter" >
103103 <svg class =" icon-item" viewBox =" 0 0 512 512" ><use xlink:href =" #logo-twitter" ></use ></svg >
104104 </span >
105105 <span class =" is-sr-only-desktop" >Twitter: @{{ site .author .twitter }}</span >
106106 </a >
107107 <a class =" navbar-item is-inline-block-tablet" href =" https://{{ site .author .slack }}.slack.com" >
108- <span class =" icon tooltip" aria-label =" & ldquo ; {{ site .author .slack }}& rdquo ; on Slack" >
108+ <span class =" icon tooltip" role = " link " aria-label =" {{ site .author .slack }} on Slack" >
109109 <svg class =" icon-item" viewBox =" 0 0 512 512" ><use xlink:href =" #logo-slack" ></use ></svg >
110110 </span >
111111 <span class =" is-hidden-desktop" >Slack: {{ site .author .slack }}</span >
112112 </a >
113113 <a class =" navbar-item is-inline-block-tablet" href =" https://github.com/{{ site .author .github }}" >
114- <span class =" icon tooltip" aria-label =" & ldquo ; {{ site .author .github }}& rdquo ; on GitHub" >
114+ <span class =" icon tooltip" role = " link " aria-label =" {{ site .author .github }} on GitHub" >
115115 <svg class =" icon-item" viewBox =" 0 0 512 512" ><use xlink:href =" #logo-github" ></use ></svg >
116116 </span >
117117 <span class =" is-hidden-desktop" >GitHub: {{ site .author .github }}</span >
Original file line number Diff line number Diff line change 11{
22 "name" : " AustinJavaScript.com" ,
3- "version" : " 3.2.0 " ,
4- "description" : " " ,
3+ "version" : " 3.2.1 " ,
4+ "description" : " Austin JavaScript site " ,
55 "scripts" : {
66 "build:css" : " node-sass _sass/_main.scss _site/assets/css/main.css --output-style compressed" ,
77 "build" : " npm run clean && eleventy && npm run build:css && npm run purgecss" ,
You can’t perform that action at this time.
0 commit comments