Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit fcf4f80

Browse files
committed
_layout: remove tag cloud in achive.ejs
1 parent 47dcb5b commit fcf4f80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

themes/lightx/layout/archive.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const archivesList = list_archives({show_count: false});
66

77
<article id="archive">
88
<% if (is_year() === false) { %>
9-
<h2>Tag cloud</h2>
10-
<%- tagcloud({min_font: 16, max_font: 35, amount: 999, color: true, start_color: 'gray', end_color: 'black'}) %>
9+
<!-- <h2>Tag cloud</h2>
10+
<%- tagcloud({min_font: 16, max_font: 35, amount: 999, color: true, start_color: 'gray', end_color: 'black'}) %> -->
1111
<% if (categoriesList !== "") { %>
1212
<h2>Categories</h2>
1313
<%- categoriesList %>

0 commit comments

Comments
 (0)