diff --git src/wp-content/themes/twentyseventeen/header.php src/wp-content/themes/twentyseventeen/header.php
index 30d7d2a7c2..f82dd6a3ca 100644
|
|
|
|
| 20 | 20 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 21 | 21 | |
| 22 | 22 | <?php wp_head(); ?> |
| | 23 | <svg width="0" height="0" style="position:absolute"> |
| | 24 | <symbol viewBox="0 0 14 14" id="icon-money"><path d="M12.3 5.5c.1-.3.2-.6.2-1 0-2-2.4-3.5-5.5-3.5S1.5 2.6 1.5 4.5c0 .4.1.7.2 1-.1.3-.2.7-.2 1 0 .4.1.7.2 1-.1.3-.2.7-.2 1 0 2 2.4 3.5 5.5 3.5s5.5-1.5 5.5-3.5c0-.3-.1-.7-.2-1 .1-.3.2-.6.2-1 0-.3-.1-.6-.2-1zM7 8c1.9 0 3.5-.6 4.5-1.5C11.5 7.9 9.4 9 7 9S2.5 7.9 2.5 6.6C3.5 7.5 5.1 8 7 8zm0-6c2.4 0 4.5 1.1 4.5 2.5S9.4 7 7 7 2.5 5.9 2.5 4.5 4.6 2 7 2zm0 9c-2.4 0-4.5-1.1-4.5-2.5 1 1 2.6 1.5 4.5 1.5s3.5-.6 4.5-1.5C11.5 9.9 9.4 11 7 11z"/></symbol> |
| | 25 | </svg> |
| 23 | 26 | </head> |
| 24 | 27 | |
| 25 | 28 | <body <?php body_class(); ?>> |
| … |
… |
|
| 51 | 54 | |
| 52 | 55 | <div class="site-content-contain"> |
| 53 | 56 | <div id="content" class="site-content"> |
| | 57 | <svg> |
| | 58 | <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-money"></use> |
| | 59 | </svg> |
| | 60 | No newline at end of file |