update
This commit is contained in:
		
							
								
								
									
										16
									
								
								layouts/book/single.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								layouts/book/single.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
{{ partial "head.html" . }}
 | 
			
		||||
<link rel="stylesheet" href="/css/img.css" />
 | 
			
		||||
{{ partial "navbar.html" . }}
 | 
			
		||||
{{ partial "header.html" . }}
 | 
			
		||||
	<div class="content">
 | 
			
		||||
		{{ with .Resources.Match "book_*.png" }}
 | 
			
		||||
			{{ range $index, $val := . }}
 | 
			
		||||
			<p><a href="https://syui.booth.pm/items/4938622"><img src="{{ .RelPermalink }}"></a></p>
 | 
			
		||||
			{{ end }}
 | 
			
		||||
		{{ end }}
 | 
			
		||||
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
{{ partial "footer.html" . }}
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user