From 1f64432eed1f9e8d792b383520e820bd5ec75416 Mon Sep 17 00:00:00 2001 From: tabuna Date: Sun, 14 Apr 2024 03:14:10 +0300 Subject: [PATCH] Fixed naming section --- resources/views/pastebin/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/pastebin/index.blade.php b/resources/views/pastebin/index.blade.php index ded19f4f..8c384931 100644 --- a/resources/views/pastebin/index.blade.php +++ b/resources/views/pastebin/index.blade.php @@ -1,6 +1,6 @@ @extends('layout') @section('title', 'Pastebin') -@section('content', 'Делитесь вашим кодом онлайн с кем угодно на земле.') +@section('description', 'Делитесь вашим кодом онлайн с кем угодно на земле.') @section('content')