This commit is contained in:
Danang Probo Sayekti
2015-11-22 08:06:14 +07:00
parent ebf4a52531
commit d0a7b8c681
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# HTMLy Clean Blog # HTMLy Clean Blog
Clean Blog ported to HTMLy. Clean Blog Free Bootstrap Theme ported to HTMLy.
[Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). [Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/).

View File

@@ -257,5 +257,6 @@
<script src="<?php echo site_url();?>themes/cleanblog/js/bootstrap.min.js"></script> <script src="<?php echo site_url();?>themes/cleanblog/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript --> <!-- Custom Theme JavaScript -->
<script src="<?php echo site_url();?>themes/cleanblog/js/clean-blog.js"></script> <script src="<?php echo site_url();?>themes/cleanblog/js/clean-blog.js"></script>
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
</body> </body>
</html> </html>