-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2df0b4d
commit 6a65afa
Showing
3 changed files
with
144 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
<% if (theme.sidebar.tldr && theme.sidebar.tldr.length){ %> | ||
<% | ||
theme.sidebar.tldr.forEach(function(tldr){%> | ||
<span><b> | ||
<%=tldr.title%></b></span> | ||
<% if (theme.sidebar.tldr && theme.sidebar.tldr.length){ %> <% theme.sidebar.tldr.forEach(function(tldr){%> | ||
<span><b> <%=tldr.title%></b></span> | ||
<p> | ||
<%=tldr.content%> | ||
<%-tldr.content%> | ||
</p> | ||
<hr /> | ||
<% })} %> | ||
<% })} %> <% if(theme.sidebar.twitter.enabled){ %> | ||
|
||
<% if(theme.sidebar.twitter.enabled){ %> | ||
<span><a href="https://twitter.com/<%=theme.sidebar.twitter.username%>" target="_blank" rel="noopener"><b><i class="fab fa-twitter-square"></i> | ||
<i class="fas fa-at"></i> | ||
<%=theme.sidebar.twitter.username%></b></a></span> | ||
<span | ||
><a href="https://twitter.com/<%=theme.sidebar.twitter.username%>" target="_blank" rel="noopener" | ||
><b | ||
><i class="fab fa-twitter-square"></i> | ||
<i class="fas fa-at"></i> | ||
<%=theme.sidebar.twitter.username%></b | ||
></a | ||
></span | ||
> | ||
<br /> | ||
<a class="twitter-timeline" data-height="<%=theme.sidebar.twitter.height%>" data-dnt="true" data-chrome="nofooter transparent noheader noborders " | ||
href="https://twitter.com/<%=theme.sidebar.twitter.username%>?ref_src=twsrc%5Etfw"></a> | ||
<a class="twitter-timeline" data-height="<%=theme.sidebar.twitter.height%>" data-dnt="true" data-chrome="nofooter transparent noheader noborders " href="https://twitter.com/<%=theme.sidebar.twitter.username%>?ref_src=twsrc%5Etfw"></a> | ||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
<% } %> | ||
<% } %> |
Oops, something went wrong.