Created
January 22, 2018 14:09
-
-
Save oneberto/275226f6406389e3e3e46e5332f20cd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--site--> | |
<div class="container-fluid"> | |
<div class="row"> | |
<!--artigos--> | |
<div class="col-md-8 col-6"> | |
~ARTIGOS AQUI~ | |
</div><!--/col-md-8--> | |
<!--/artigos--> | |
<!--sidebar--> | |
<div class="col-md-4 col-6"> | |
~SIDEBAR AQUI~ | |
</div><!--/col-md-4--> | |
<!--/sidebar--> | |
</div><!--/row--> | |
</div><!--/container--> | |
<!--/site--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment