add weather widget

pull/101/head
a77uu 2019-08-10 00:51:00 +08:00 committed by GitHub
parent bee0c161f5
commit 96e37c8d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -71,5 +71,9 @@ get_header();
</nav>
<?php } ?>
</div><!-- #primary -->
<?php
include ("widget.html");
?>
<?php
get_footer();