generate recipe link and hashtag list on startup. filter recipes in list based on active tags. tags in recipes dont link back yet

This commit is contained in:
len0rd 2022-06-22 12:27:14 -04:00
parent e8010aa1f2
commit 1e1ba15118
7 changed files with 169 additions and 57 deletions

View file

@ -6,3 +6,4 @@
<link rel="stylesheet" type="text/css" href="/css/site.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.16.2/build/styles/default.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>