mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-04 02:20:33 -05:00 
			
		
		
		
	fix a bug about wrong link
This commit is contained in:
		@ -27,7 +27,7 @@
 | 
			
		||||
        {% if page.link %}
 | 
			
		||||
          <h1 class="entry-title" itemprop="name"><a href="{{ page.link }}">{{ page.title }}</a></h1>
 | 
			
		||||
        {% else %}
 | 
			
		||||
          <h1 class="entry-title" itemprop="name"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}" itemprop="url">{{ page.title }}</a></h1>
 | 
			
		||||
          <h1 class="entry-title" itemprop="name"><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }}" itemprop="url">{{ page.title }}</a></h1>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
        <h2>{{ page.date | date: "%B %d, %Y" }}</h2>
 | 
			
		||||
      </div><!-- /.header-title-wrap -->
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user