Skip to content

Commit

Permalink
Update layout.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Feb 3, 2024
1 parent 5377359 commit 18e2591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layout.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,18 @@
<div class="alx-tabs-container">

<div id="tab-category" class="alx-tab group" style="">
<?php category_list();?>
<?php echo category_list();?>
</div><!--/.alx-tab-->

<div id="tab-archive" class="alx-tab group" style="display: none;">
<ul class="archives-list">
<?php archive_list('month-year');?>
<?php echo archive_list('month-year');?>
</ul>
</div><!--/.alx-tab-->


<div id="tab-tags" class="alx-tab group" style="display: none;">
<?php tag_cloud();?>
<?php echo tag_cloud();?>
</div><!--/.alx-tab-->

</div>
Expand Down

0 comments on commit 18e2591

Please sign in to comment.