diff --git a/views/card.ejs b/views/card.ejs index 2295635..b6551e5 100644 --- a/views/card.ejs +++ b/views/card.ejs @@ -14,7 +14,7 @@ - + ]> - <%= name %> + <% if(name!=null) { %><%= name %><% } else { %><%= github %><% } %> @@ -133,8 +133,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> Followers - - <%= followers %> + + <%= followers %> @@ -155,8 +155,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> L106.85,182.26z"/> Repositories - - <%= repos %> + + <%= repos %> @@ -231,7 +231,7 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> - + ]> - <%= name %> + <% if(name!=null) { %><%= name %><% } else { %><%= github %><% } %> @@ -350,8 +350,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> Followers - - <%= followers %> + + <%= followers %> @@ -372,8 +372,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> L106.85,182.26z"/> Repositories - - <%= repos %> + + <%= repos %> @@ -448,7 +448,7 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> - + ]> - <%= name %> + <% if(name!=null) { %><%= name %><% } else { %><%= github %><% } %> @@ -567,8 +567,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> Followers - - <%= followers %> + + <%= followers %> @@ -589,8 +589,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> L106.85,182.26z"/> Repositories - - <%= repos %> + + <%= repos %> @@ -664,7 +664,7 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> - + ]> - <%= name %> + <% if(name!=null) { %><%= name %><% } else { %><%= github %><% } %> @@ -783,8 +783,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> Followers - - <%= followers %> + + <%= followers %> @@ -805,8 +805,8 @@ YII=" transform="matrix(1 0 0 1 -7 -8)"> L105.85,164.26z"/> Repositories - - <%= repos %> + + <%= repos %>