Fix
This commit is contained in:
		
							parent
							
								
									2b45f0e289
								
							
						
					
					
						commit
						337ce62d6e
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
baseURL: "http://blog.morgan.kr"
 | 
					baseURL: "http://blog.morgan.kr"
 | 
				
			||||||
title: Morgan's Blog
 | 
					title: Morgan's Blog
 | 
				
			||||||
theme: "oldtheme"
 | 
					theme: "mytheme"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
buildDrafts: false
 | 
					buildDrafts: false
 | 
				
			||||||
buildFuture: false
 | 
					buildFuture: false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
{{ define "main" }}
 | 
					{{ define "main" }}
 | 
				
			||||||
<div class="max-w-7xl mx-auto bg-white p-4 sm:p-10 pt-8 sm:pt-16 rounded-lg shadow-xl">
 | 
					<div class="mx-auto bg-white p-4 sm:p-10 pt-8 sm:pt-16 rounded-lg shadow-xl sm:max-w-7xl">
 | 
				
			||||||
  <div class="mb-6 sm:mb-10 text-center">
 | 
					  <div class="mb-6 sm:mb-10 text-center">
 | 
				
			||||||
    <h1 class="text-2xl sm:text-3xl font-bold mb-4 sm:mb-6 text-black">{{ .Title }}</h1>
 | 
					    <h1 class="text-2xl sm:text-3xl font-bold mb-4 sm:mb-6 text-black">{{ .Title }}</h1>
 | 
				
			||||||
    <div class="text-base sm:text-lg md:text-2xl">
 | 
					    <div class="text-base sm:text-lg md:text-2xl">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue