File tree 2 files changed +4
-2
lines changed
BlogEngine/BlogEngine.NET/Custom/Themes/Standard
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -186,3 +186,5 @@ BlogEngine/.vs/
186
186
187
187
# Default extensions data
188
188
BlogEngine /BlogEngine.NET /App_Data /datastore /extensions /* .xml
189
+ /.vs /slnx.sqlite
190
+ /.vs /BlogEngine.NET /config /applicationhost.config
Original file line number Diff line number Diff line change 75
75
{%> <span class =" post-category" ><i class =" fa fa-folder-open" ></i > <%= postCategory %> </span >
76
76
<% } %>
77
77
<div class =" dropdown post-share float-md-right" >
78
- <a class =" dropdown-toggle" href =" #" role =" button" id =" dropdownMenuLink" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" ><i class =" fa fa-share-alt" ></i >share</a >
78
+ <a class =" dropdown-toggle" href =" #" role =" button" id =" dropdownMenuLink" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" ><i class =" fa fa-share-alt" ></i ><%= Resources.labels. share %> </a >
79
79
<div class =" dropdown-menu dropdown-menu-right" aria-labelledby =" dropdownMenuLink" >
80
80
<a class =" dropdown-item item-fb" href =" https://www.addtoany.com/add_to/facebook?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-facebook-square" ></i >Facebook</a >
81
81
<a class =" dropdown-item item-tw" href =" https://www.addtoany.com/add_to/twitter?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-twitter-square" ></i >Twitter</a >
82
82
<a class =" dropdown-item item-gp" href =" https://www.addtoany.com/add_to/google_plus?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-google-plus-square" ></i >Google +</a >
83
83
<a class =" dropdown-item item-ln" href =" https://www.addtoany.com/add_to/linkedin?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-linkedin-square" ></i >LinkedIn</a >
84
84
<a class =" dropdown-item item-pi" href =" https://www.addtoany.com/add_to/pinterest?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-pinterest-square" ></i >Pinterest</a >
85
85
<a class =" dropdown-item item-em" href =" https://www.addtoany.com/add_to/email?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-envelope-square" ></i >Email</a >
86
- <a class =" dropdown-item item-em" href =" https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-plus-square" ></i >Share ...</a >
86
+ <a class =" dropdown-item item-em" href =" https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-plus-square" ></i ><%= Resources.labels.share %> ...</a >
87
87
</div >
88
88
</div >
89
89
</div >
You can’t perform that action at this time.
0 commit comments