fixing the RSS feed link
This commit is contained in:
		| @@ -53,9 +53,10 @@ | ||||
|         <!-- Files listing who was involved in this site and copyrights --> | ||||
|         <link href="{{ url('/humans.txt') }}" rel="author" integrity="{{ env('INTEGRITY_HASH_HUMANS_TXT') }}"> | ||||
|         <link href="{{ url('/copyright.html') }}" rel="copyright" integrity="{{ env('INTEGRITY_HASH_COPYRIGHT_HTML') }}"> | ||||
|         <link href="{{ url('/copyright.md') }}" rel="copyright" integrity="{{ env('INTEGRITY_HASH_COPYRIGHT_MD') }}"> | ||||
|  | ||||
|         <!-- Feeds --> | ||||
|         {{-- <link href="https://feeds.feedburner.com/example" type="application/rss+xml" title="RSS" rel="alternate"> --}} | ||||
|         {{-- <link href="{{ url('/rss.xml') }}" type="application/rss+xml" title="RSS" rel="alternate"> --}} | ||||
|         {{-- <link href="{{ url('/feed.atom') }}" type="application/atom+xml" title="Atom 0.3" rel="alternate"> --}} | ||||
|  | ||||
|         <!-- oEmbed links --> | ||||
| @@ -68,12 +69,12 @@ | ||||
|         {{-- <link href="{{ asset('/favicon.png') }}" rel="icon" sizes="192x192" integrity="{{ env('INTEGRITY_HASH_FAVICON_PNG') }}"> --}} | ||||
|  | ||||
|         <!-- Font preloads (should be done for each font file) --> | ||||
|         <link href="{{ asset('/fonts/Nunito/Nunito-Bold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/Nunito/Nunito-SemiBold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/Nunito/Nunito-Regular.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/OpenSans/OpenSans-Bold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/OpenSans/OpenSans-SemiBold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/Nunito/Nunito-SemiBold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/Nunito/Nunito-Bold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/OpenSans/OpenSans-Regular.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/OpenSans/OpenSans-SemiBold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|         <link href="{{ asset('/fonts/OpenSans/OpenSans-Bold.woff2') }}" rel="preload" as="font" type="font/woff2" crossorigin="anonymous"> | ||||
|  | ||||
|         <!-- CSS --> | ||||
|         <link href="{{ mix('/css/app.css') }}" rel="stylesheet" integrity="{{ env('INTEGRITY_HASH_APP_CSS') }}" media="screen"> | ||||
| @@ -89,6 +90,7 @@ | ||||
|  | ||||
|         @routes | ||||
|         <script src="{{ mix('/js/app.js') }}" integrity="{{ env('INTEGRITY_HASH_APP_JS') }}" defer></script> | ||||
|         @inertiaHead | ||||
|     </head> | ||||
|     <body class="bg-gray-100 font-sans antialiased"> | ||||
|         <x-flags></x-flags> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user