--- layout: default ---
Boxes draws a box around its input text. It can remove and repair those boxes, too. You can easily make your own box designs if you wish, but many designs are already provided.
                    __________________
                   /\                 \  
                   \_|                |  
Hello World!  ==>    |  Hello World!  |  
                     |                |  
                     |   _____________|_ 
                     \_/_______________/
 
 
   /******************/
   /*                */
   /*  Hello World!  */
   /*                */
   /******************/
 
         \\\///
        / _  _ \
      (| (.)(.) |)
.---.OOOo--()--oOOO.---.
|                      |
|     Hello World!     |
|                      |
'---.oooO--------------'
     (   )   Oooo.
      \ (    (   )
       \_)    ) /
             (_/
{% for post in paginator.posts %}

{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}

{% if site.comments == true and post.comments == true and site.disqus != '' %}

Comments

{% endif %}
{{ post.content }}
{% endfor %}