Further editing of titles/URLs to use values defined in config
This commit is contained in:
parent
1fcd28fb1d
commit
d13292d0be
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
@extends('master')
|
||||
{{-- This can either be edited or dropped --}}
|
||||
@section('title')Jonny Barnes’ Projects @stop
|
||||
|
||||
@section('content')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Jonny Barnes.uk</title>
|
||||
<title>{{ env('DISPLAY_NAME') }}</title>
|
||||
<atom:link href="{{ config('app.url') }}/feed" rel="self" type="application/rss+xml" />
|
||||
<description>An RSS feed of the blog posts found on jonnybarnes.uk</description>
|
||||
<link>https://jonnybarnes.uk</link>
|
||||
<description>An RSS feed of the blog posts found on {{ config('url.longurl') }}</description>
|
||||
<link>{{ config('app.url') }}</link>
|
||||
<lastBuildDate>{{ $buildDate }}</lastBuildDate>
|
||||
<ttl>1800</ttl>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue