exceptionfactory commented on code in PR #61:
URL: https://github.com/apache/nifi-site/pull/61#discussion_r918016591
##########
layouts/_default/baseof.html:
##########
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+
+<html class="no-js" lang="en">
+ <head>
+ <title>{{ .Title }}</title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"
/>
+ <link rel="shortcut icon" href="/assets/images/nifi16.ico"/>
+ <link rel="stylesheet" href="/assets/stylesheets/app.css" />
+ <link rel="stylesheet" href="/assets/stylesheets/font-awesome.min.css">
+ <script src="/assets/js/modernizr.js"></script>
+ <script src="/assets/js/webfontloader.js"></script>
Review Comment:
The `app.js` has a couple minimal initialization functions. It looks like it
should be carried over for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]