feat: fix page titles
This commit is contained in:
		
					parent
					
						
							
								b87c1467c6
							
						
					
				
			
			
				commit
				
					
						025f4e1773
					
				
			
		
					 3 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<?php $categories = app('config')->get('projects'); ?>
 | 
			
		||||
@extends('layouts.default')
 | 
			
		||||
@section('title', 'test')
 | 
			
		||||
@section('description', 'This is the personal homepage of floppydisk.')
 | 
			
		||||
@section('title', 'projects')
 | 
			
		||||
@section('description', 'My projects')
 | 
			
		||||
@section('content')
 | 
			
		||||
@foreach ($categories as $category)
 | 
			
		||||
    <h1>{{ $category['name']}}</h1>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue