blob: 8d542ba070b49bc7c9b1a68dc03d11f40510e309 [file] [log] [blame]
<!doctype html>
<!--/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/-->
<html>
<head>
<title>Articles with tags "{{join data.tagQuery.query ','}}"</title>
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
</head>
<body>
<div id="content">
<div id="navigation">
{{#each data.navigation.sections}}
<span class="section">
<a href="{{this.path}}.html">{{this.name}}</a>
</span>
{{/each}}
<br/>
<a href="{{data.navigation.search}}.html">Search</a>
<hr/>
</div>
<h1>Articles with tags "{{join data.tagQuery.query ','}}"</h1>
<ul>
{{#each data.tagQuery.articles}}
<li class="seeAlso">
<a href="{{this.path}}.html">{{this.title}}</a>
</li>
Tags:
{{#each this.tags}}
<span class="tag">{{this}}</span>
{{/each}}
{{/each}}
</ul>
</div>
</body>
</html>