Skip to content

Commit

Permalink
Added Twitter link
Browse files Browse the repository at this point in the history
Added Twitter link to the menu if options is added in skin.conf
  • Loading branch information
weatherstorm authored Jan 29, 2021
1 parent 7f8d4f3 commit 035fc6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions about.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
<li><a href="summary.html" >Summaries</a></li>
<li class="active"><a href="about.html" >About</a></li>
<li><a href="RSS/weewx_rss.xml" ><i class="fas fa-rss" ></i></a></li>
#if $Extras.has_key('twitter_url')
<li><a href=$Extras.twitter_url><i class="fab fa-twitter" ></i></a></li>
#end if
</ul>
</nav>
</div>
Expand Down

0 comments on commit 035fc6b

Please sign in to comment.