Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pinecreativelabs committed Oct 30, 2023
1 parent 2ba5d2b commit e1457e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -8,13 +8,13 @@
<head>
<?php echo $global_meta_header;?>
<title>Brutalist Framework</title>
<meta name="description" content="A free open source native icon CSS classes library for the brutalist web design trend." />
<meta name="description" content="A free and open source framework for brutalist web design & application projects using PHP, HTML, CSS and javascript. Build Brutality." />
<?php if($tc==true){?>
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@brutalistfwk">
<meta name="twitter:title" content="Brutalist Framework">
<meta name="twitter:description" content="A free open source native icon CSS classes library for the brutalist web design trend.">
<meta name="twitter:description" content="A free and open source framework for brutalist web design & application projects using PHP, HTML, CSS and javascript. Build Brutality.">
<meta name="twitter:creator" content="@brutalistfwk">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="https://www.brutalistframework.com/core/files/images/bf-social-tile.jpg">
Expand All @@ -25,7 +25,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.brutalistframework.com" />
<meta property="og:image" content="https://www.brutalistframework.com/core/files/images/bf-social-tile.jpg" />
<meta property="og:description" content="A free open source native icon CSS classes library for the brutalist web design trend." />
<meta property="og:description" content="A free and open source framework for brutalist web design & application projects using PHP, HTML, CSS and javascript. Build Brutality." />
<meta property="og:site_name" content="Brutalist Framework" />
<?php } ?>
<?php echo $global_header;?>
Expand Down

0 comments on commit e1457e4

Please sign in to comment.