您最多选择25个主题
			主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
		
		
		
		
		
			
		
			
				
					
					
						
							42 行
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							42 行
						
					
					
						
							1.1 KiB
						
					
					
				<!DOCTYPE html>
 | 
						|
<html lang="en" dir="ltr" itemscope itemtype="http://schema.org/Article">
 | 
						|
<head>
 | 
						|
{head}
 | 
						|
 | 
						|
    <link rel="canonical" href="{url}">
 | 
						|
 | 
						|
    <meta property="og:type" content="article">
 | 
						|
    <meta property="og:url" content="{url}">
 | 
						|
    <meta property="og:image" content="{thumb_url}">
 | 
						|
    <meta property="og:title" content="{title}">
 | 
						|
    <meta itemprop="name" content="{title}">
 | 
						|
 | 
						|
    <meta property="og:locale" content="en_US">
 | 
						|
    <meta property="og:site_name" content="Piggo's Bread Gallery">
 | 
						|
 | 
						|
    <meta itemprop="datePublished" content="{date}">
 | 
						|
    <meta itemprop="dateModified" content="{date}">
 | 
						|
 | 
						|
    <meta name="twitter:title" content="{title}">
 | 
						|
    <meta name="twitter:card" content="summary">
 | 
						|
    <meta name="twitter:image" content="{thumb_url}">
 | 
						|
    <meta itemprop="headline" content="{title}">
 | 
						|
 | 
						|
    <meta itemprop="image" content="{thumb_url}">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<h1>{prev}<a href="index.html">{heading}</a>{next}</h1>
 | 
						|
 | 
						|
  <section class="BreadDetail">
 | 
						|
    <div class="note">
 | 
						|
      {note}
 | 
						|
    </div>
 | 
						|
 | 
						|
    <div class="images">
 | 
						|
      {images}
 | 
						|
    </div>
 | 
						|
  </section>
 | 
						|
 | 
						|
  <p id="crumb"><a href="index.html">Back to bread gallery</a></p>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 |