Extract table component, use for blog tags
This commit is contained in:
parent
c1a3f0ddf3
commit
ac6b0ad08f
5 changed files with 19 additions and 14 deletions
|
@ -15,7 +15,7 @@ generator:
|
|||
{% block content %}
|
||||
<h1>Tag: {{ page.tag }}</h1>
|
||||
|
||||
<div class="overflow-auto">
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue