mirror of
				https://github.com/pierre42100/AboutComunic
				synced 2025-10-31 10:14:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| ---
 | |
| 
 | |
| <!-- Post Header -->
 | |
| <header id="header" class="intro-header bg-primary text-center" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
 | |
|     <div class="container">
 | |
|         <div class="row">
 | |
|             <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
 | |
|               <div class="post-heading">
 | |
|                 <h1>{{ page.title }}</h1>
 | |
|                 {% if page.subtitle %}
 | |
|                 <h2 class="subheading">{{ page.subtitle }}</h2>
 | |
|                 {% endif %}
 | |
|                 <a href="#post" class="page-scroll"><i class="fa fa-fw fa-2x fa-arrow-down"></i></a>
 | |
|               </div>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </header>
 | |
| <hr>
 | |
| <!-- Post Content -->
 | |
| <article>
 | |
|     <div id="post" class="container">
 | |
|         <div class="row">
 | |
|             <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
 | |
| 
 | |
|             <!-- Page content -->
 | |
| 			{{ content }}
 | |
| 
 | |
| 
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </article>
 | |
| 
 | |
| <hr>
 | 
