Skip to content

Commit

Permalink
adição das tags url para o twiter e og:type
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 21, 2024
1 parent 568a6e0 commit 690d9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<meta property="og:site_name" content="this_is_cleverson">
<meta name="description" content={{description}}>
<meta property="og:type" content="article">

<meta property="og:title" content={{title}}>
<meta property="og:description" content={{description}}>
Expand All @@ -22,6 +23,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content={{title}}>
<meta name="twitter:description" content={{description}}>
<meta property="twitter:url" content="https://cleverson.online/{{slug}}">
<meta name="twitter:image" content="{{ url_for('static', filename='imgs/thisiscleverson.jpg') }}">

<link rel="icon" href="{{ url_for('static', filename='icons/linux.ico') }}" type="Linux icon">
Expand Down

0 comments on commit 690d9f7

Please sign in to comment.