clean up and beginning to implement catfilter
This commit is contained in:
parent
5f67640161
commit
3cbde1b9f2
9 changed files with 36 additions and 829 deletions
|
|
@ -20,9 +20,9 @@
|
|||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/footer.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/search.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/content.css" media="all">
|
||||
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory');?>/css/custom.css" media="all">
|
||||
|
||||
<script src="<?php bloginfo('stylesheet_directory');?>/js/jquery-3.js" type="text/javascript"></script>
|
||||
<script src="<?php bloginfo('stylesheet_directory');?>/js/js.js" type="text/javascript" async="async"></script>
|
||||
|
||||
<link rel="apple-touch-icon" href="<?php bloginfo('stylesheet_directory');?>/img/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php bloginfo('stylesheet_directory');?>/img/apple-touch-icon-57x57.png">
|
||||
|
|
@ -74,8 +74,6 @@
|
|||
<script type="application/ld+json">
|
||||
[{"@context":"https://www.schema.org","@type":"WebSite","url":"https://www.kit-ausbildung.de/","name":"Startseite"}]
|
||||
</script>
|
||||
<script type="text/javascript" charset="UTF-8" src="<?php bloginfo('stylesheet_directory');?>/js/common.js"></script>
|
||||
<script type="text/javascript" charset="UTF-8" src="<?php bloginfo('stylesheet_directory');?>/js/util.js"></script>
|
||||
</head>
|
||||
|
||||
<body <?php body_class(); ?> class="subsite startpage page-theme-color-primary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue