Add GitHub "edit" button (#157)
This commit is contained in:
		@@ -9,6 +9,8 @@ enableSPA: true
 | 
				
			|||||||
enableFooter: true
 | 
					enableFooter: true
 | 
				
			||||||
enableContextualBacklinks: true
 | 
					enableContextualBacklinks: true
 | 
				
			||||||
enableRecentNotes: false
 | 
					enableRecentNotes: false
 | 
				
			||||||
 | 
					enableGitHubEdit: false
 | 
				
			||||||
 | 
					GHlink: https://github.com/jackyzha0/quartz/tree/hugo/content
 | 
				
			||||||
description:
 | 
					description:
 | 
				
			||||||
  Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
 | 
					  Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
 | 
				
			||||||
  Wikilink support, backlinks, local graph, tags, and link previews.
 | 
					  Wikilink support, backlinks, local graph, tags, and link previews.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,8 @@
 | 
				
			|||||||
  <article>
 | 
					  <article>
 | 
				
			||||||
      {{if .Title}}<h1>{{ .Title }}</h1>{{end}}
 | 
					      {{if .Title}}<h1>{{ .Title }}</h1>{{end}}
 | 
				
			||||||
      <p class="meta">
 | 
					      <p class="meta">
 | 
				
			||||||
          Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}
 | 
					          Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}. 
 | 
				
			||||||
 | 
					          {{ partial "github.html" . }}
 | 
				
			||||||
      </p>
 | 
					      </p>
 | 
				
			||||||
      <ul class="tags">
 | 
					      <ul class="tags">
 | 
				
			||||||
          {{ range (.GetTerms "tags") }}
 | 
					          {{ range (.GetTerms "tags") }}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								layouts/partials/github.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								layouts/partials/github.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					{{if $.Site.Data.config.enableGitHubEdit}
 | 
				
			||||||
 | 
					<a href="{{$.Site.Data.config.GHlink}}/{{ .Path}}" rel="noopener">Edit Source</a>
 | 
				
			||||||
 | 
					{{end}}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user