mirror of
				https://github.com/TrentSPalmer/hugo_themes_report.git
				synced 2025-10-30 11:51:41 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang='en'>
 | |
|   <head>
 | |
|     <title>Hugo Themes Report</title>
 | |
|     <meta charset='utf-8'>
 | |
|     <meta name='viewport' content='width=device-width, initial-scale=1'>
 | |
|     <style>
 | |
| {% include 'css/main.css' %}
 | |
|     </style>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1 id="title">
 | |
|       <a href="https://github.com/TrentSPalmer/hugo_themes_report" target="_blank">Hugo Themes Report</a>
 | |
|     </h1>
 | |
|     <button type="button" id="plus-button">+</button>
 | |
|     <button type="button" id="minus-button">−</button>
 | |
|     <div id="selection-options-menu" style="display: none">
 | |
|       <button type="button" id="button-for-showing-sort-option">SortBy</button>
 | |
|       <button type="button" id="button-for-showing-columns">Show Columns</button>
 | |
|       <button type="button" id="button-for-filter-by-minver">Filter By MinVer</button>
 | |
|       <button type="button" id="button-for-filter-by-tags">Filter By Tags</button>
 | |
|       <button type="button" id="button-for-filter-by-features">Filter By Features</button>
 | |
|       <button type="button" id="button-for-filter-by-license">Filter By License</button>
 | |
|       <button type="button" id="button-for-filter-by-tags-and-features">Filter By Tags & Features</button>
 | |
|     </div>
 | |
|     <div id="selection-menu" style="margin-bottom: 1rem;">
 | |
|     </div>
 | |
|     <div id="description">
 | |
|     </div>
 | |
|     <div id="results">
 | |
|     </div>
 | |
|     <script>
 | |
| var themes = {{ themes }};
 | |
| {% include 'js/buildDescription.js' %}
 | |
| {% include 'js/buildButton.js' %}
 | |
| {% include 'js/buildSelectionInputs.js' %}
 | |
| {% include 'js/getAvailableTagsAndFeaturesAndLicenses.js' %}
 | |
| {% include 'js/buildSortByDiv.js' %}
 | |
| {% include 'js/buildSelectionHeadingRows.js' %}
 | |
| {% include 'js/buildSelectionDivs.js' %}
 | |
| {% include 'js/getSortedThemes.js' %}
 | |
| {% include 'js/minVersions.js' %}
 | |
| {% include 'js/buildSelectionMenu.js' %}
 | |
| {% include 'js/buildThemeTableRow.js' %}
 | |
| {% include 'js/buildPage.js' %}
 | |
| {% include 'js/selectionMenuCollapse.js' %}
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 |