Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
remove table
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunhit committed Apr 3, 2018
1 parent cec61a7 commit 3204f89
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@
});
</script>

<!-- Table Section -->
<style>
table{
border-left:1px solid #000000;border-top:1px solid #000000;
width: 100%;
word-wrap:break-word; word-break:break-all;
}
table th{
text-align:center;
}
table th,td{
border-right:1px solid #000000;border-bottom:1px solid #000000;
}
</style>

{% if page.date %}
<meta content='{{ site.url }}{{ page.url }}' property='og:url' />
<meta content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}" property='og:description' />
Expand Down

0 comments on commit 3204f89

Please sign in to comment.