2020-01-22 12:43:08 +01:00
|
|
|
<section class="widget panel b-a m-t-sm" ng-show="twitterName">
|
2020-01-15 12:04:07 +01:00
|
|
|
<div class="panel-heading b-b small">
|
|
|
|
<div class="pull-right text-xs align">
|
2024-06-13 14:23:26 +02:00
|
|
|
<a href="https://twitter.com/{{ twitterName }}" target="_blank">
|
|
|
|
{{ 'app.public.home.follow_us' | translate }}
|
|
|
|
<svg viewBox="0 0 24 24" width="32px">
|
|
|
|
<use href="../../images/icons.svg#twitter"/>
|
|
|
|
</svg>
|
2020-01-15 12:04:07 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<h2 translate>{{ 'app.public.home.latest_tweets' }}</h2>
|
|
|
|
</div>
|
|
|
|
<div id="twitter" class="widget-content no-bg auto"></div>
|
|
|
|
</section>
|