siwwy :3 #3
					 3 changed files with 6 additions and 6 deletions
				
			
		feat: fix page titles
				commit
				
					
					
						a3be1eb5b8
					
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
@extends('layouts.default')
 | 
			
		||||
@section('title', 'test')
 | 
			
		||||
@section('description', 'This is the personal homepage of floppydisk.')
 | 
			
		||||
@section('title', 'calculators')
 | 
			
		||||
@section('description', 'C a l c u l a t o r s.')
 | 
			
		||||
@section('content')
 | 
			
		||||
<h1>CASIO fx-CG50</h1>
 | 
			
		||||
		<p>TBD</p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
@extends('layouts.default')
 | 
			
		||||
@section('title', 'test')
 | 
			
		||||
@section('description', 'This is the personal homepage of floppydisk.')
 | 
			
		||||
@section('title', 'computers')
 | 
			
		||||
@section('description', 'Computers I own or have owned.')
 | 
			
		||||
@section('content')
 | 
			
		||||
<table class="computers" border="0">
 | 
			
		||||
		<tr>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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