Moved content from template to hugo style content
Removed sample pictures from deployed template and into demo site. Replaced inline content in template with hugo style markdown rendering keeping the same output to index.html
This commit is contained in:
parent
2c131322ba
commit
f6171183fb
13 changed files with 82 additions and 22 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Dimension by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ .Title }}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
|
||||
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
<body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue