mirror of
				https://github.com/TrentSPalmer/hugo_themes_report.git
				synced 2025-11-04 04:38:24 -08:00 
			
		
		
		
	open website links in new page, target='_blank'
This commit is contained in:
		@@ -545,7 +545,7 @@ def make_table(themes_info):
 | 
				
			|||||||
    table = "\t<div class='container'>\n\t\t<table class='table monospace'>\n\t\t\t<thead><tr><th scope='col'>" + themes_info[1] + " (tag) " + themes_info[2] + "</th><th scope='col'>Date</th></tr></thead>\n\t\t\t<tbody>\n"
 | 
					    table = "\t<div class='container'>\n\t\t<table class='table monospace'>\n\t\t\t<thead><tr><th scope='col'>" + themes_info[1] + " (tag) " + themes_info[2] + "</th><th scope='col'>Date</th></tr></thead>\n\t\t\t<tbody>\n"
 | 
				
			||||||
    for theme in themes_info[0]:
 | 
					    for theme in themes_info[0]:
 | 
				
			||||||
        name = theme[0].split('/')[1]
 | 
					        name = theme[0].split('/')[1]
 | 
				
			||||||
        row = "\t\t\t\t<tr><td scope='row'>"+"<a href="+theme[4]+">"+name+"</a>""</td>"
 | 
					        row = "\t\t\t\t<tr><td scope='row'>"+"<a target='_blank' href='"+theme[4]+"'>"+name+"</a>""</td>"
 | 
				
			||||||
        row += "<td nowrap>"+theme[2][:10]+"</td>"
 | 
					        row += "<td nowrap>"+theme[2][:10]+"</td>"
 | 
				
			||||||
        row += "<td align='right' nowrap style='padding-left:1em;'>"+str(theme[3])+'★'+"</td>"
 | 
					        row += "<td align='right' nowrap style='padding-left:1em;'>"+str(theme[3])+'★'+"</td>"
 | 
				
			||||||
        row += "<td align='right' style='padding-left:1em;'>"+theme[1][:6]+"</td></tr>\n"
 | 
					        row += "<td align='right' style='padding-left:1em;'>"+theme[1][:6]+"</td></tr>\n"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user