Skip to content

Commit

Permalink
working on #32
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotep committed Jul 5, 2017
1 parent f779576 commit fdb4d5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ public function widget( $args, $instance ) {
?>

<a class="twitter-timeline" href="<?php echo esc_url( $instance[href] ); ?>"><?php echo esc_url( $instance[href] ); ?></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<?php

// <div class="clearfix">
Expand Down
6 changes: 6 additions & 0 deletions page-about.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<?php echo get_field('about_video'); ?>
</section>


<section class="twelvecol last background-panel entry-content clearfix">
<?php echo get_field('extra'); ?>
</section>



<section class="twelvecol first entry-content" >
<?php
Expand Down

0 comments on commit fdb4d5d

Please sign in to comment.