diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-22 23:46:47 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-22 23:46:47 +0100 |
| commit | fb60f166b0a8701facb134174993560d6d2c5b90 (patch) | |
| tree | 6611a0de5805231a455b61adae4feb7ad6d04468 | |
| parent | 8145093c4b26b64ef146e891eff77bb77dad7a7a (diff) | |
Add Brave referral link
| -rw-r--r-- | source/_layouts/master.blade.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 0e93e7f..b64d30c 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="description" content="{{ $page->meta_description ?? $page->siteDescription }}"> + <meta name="description" content="{{ $page->metaDescription ?? $page->siteDescription }}"> <meta property="og:title" content="{{ $page->title ? $page->title . ' | ' : '' }}{{ $page->siteName }}"/> <meta property="og:type" content="website" /> <meta property="og:url" content="{{ $page->getUrl() }}"/> @@ -25,6 +25,9 @@ @foreach ($page->allTags($posts) as $tag) <a class="inline-block rounded p-1 mt-4 {{Str::slug($tag) }}" href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a> @endforeach + <a href="https://brave.com/dda039"> + <img class="ml-auto mr-auto mt-8" src="/assets/images/brave.png" title="Proud to support a faster, safer web with the Brave browser" alt="Proud to support a faster, safer web with the Brave browser"/> + </a> </aside> </div> <script src="{{ mix('js/main.js', 'assets/build') }}"></script> |
