fix taxonomy issues
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
<head>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
@ -13,16 +13,16 @@
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Domains">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://example.org/domains/">
|
||||
<meta property="og:url" content="http://localhost:1313/domains/">
|
||||
<meta property="og:image" content="images/%!s(<nil>)">
|
||||
<link rel="canonical" href="https://example.org/domains/">
|
||||
<link rel="canonical" href="http://localhost:1313/domains/">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href='https://example.org/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='https://example.org/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='https://example.org/favicon-16x16.png'>
|
||||
<link rel="manifest" href='https://example.org/site.webmanifest'>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href='http://localhost:1313/apple-touch-icon.png'>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href='http://localhost:1313/favicon-32x32.png'>
|
||||
<link rel="icon" type="image/png" sizes='16x16' href='http://localhost:1313/favicon-16x16.png'>
|
||||
<link rel="manifest" href='http://localhost:1313/site.webmanifest'>
|
||||
|
||||
<link rel="stylesheet" href="https://example.org/css/styles.fc7cf65388be07f2e53293132dd0220e34d9861f57de4b336d64dd03a3502a9befbea05606442d0a501005442835a864361b9a51b4b51acbf28df37530f61f31.css" integrity="sha512-/Hz2U4i+B/LlMpMTLdAiDjTZhh9X3kszbWTdA6NQKpvvvqBWBkQtClAQBUQoNahkNhuaUbS1GsvyjfN1MPYfMQ==">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/styles.e3fcfb3452c69d09414fe512e9dca31d879e4a6c47d23010fbb07eb6693d447f645d3bd2d021c0d28d0f7b4fe6f32a10e599488cdb16c6750a9a126788131917.css" integrity="sha512-4/z7NFLGnQlBT+US6dyjHYeeSmxH0jAQ+7B+tmk9RH9kXTvS0CHA0o0Pe0/m8yoQ5ZlIjNsWxnUKmhJniBMZFw==">
|
||||
|
||||
|
||||
|
||||
@ -70,10 +70,46 @@
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_tttt"
|
||||
style="background:rgba(229,115,100,0.4)"
|
||||
href="/domains/tttt">
|
||||
Tttt
|
||||
id="domains_embedded-systems"
|
||||
style="background:rgba(130,108,187,0.4)"
|
||||
href="/domains/embedded-systems">
|
||||
Embedded Systems
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_hardware-verification"
|
||||
style="background:rgba(35,59,44,0.4)"
|
||||
href="/domains/hardware-verification">
|
||||
Hardware Verification
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a
|
||||
class="term-link"
|
||||
id="domains_software-verification"
|
||||
style="background:rgba(127,54,56,0.4)"
|
||||
href="/domains/software-verification">
|
||||
Software Verification
|
||||
</a>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user