fix link shortcode add margin bottom to paragraph
parent
2cf57bf940
commit
63e08c26b5
|
@ -1,4 +1,4 @@
|
|||
<!-- parameters, jotformID,text for button-->
|
||||
<div class ="box box--btn">
|
||||
<a class="btn" href="javascript:void( window.open('https://form.jotform.com/{{ .Get 0 }}', 'blank', 'scrollbars=yes, toolbar=no, width=700, height=500') )">{{ .Get 1 }}</a>
|
||||
<a class="btn" href="{{.Get 0 }}">{{ .Get 1 }}</a>
|
||||
</div>
|
||||
|
|
|
@ -21,4 +21,4 @@ A **complete** theme in a repo that's especially useful for **noobs** who just w
|
|||
|
||||
## Getting Started
|
||||
|
||||
See this theme in action as a landing page and learn about how to use it to make your own landing page by visiting the [landing page guide](https://dkebler.github.io/landing-page-guide/) (generated by Hugo and this theme of course)
|
||||
See this theme in action as a landing page and learn about how to use it to make your own landing page by visiting the [landing page guide](https://dkebler.github.io/landingpage-guide/) (generated by Hugo and this theme of course)
|
||||
|
|
|
@ -89,6 +89,7 @@ p {
|
|||
text-align: left;
|
||||
font-size: 1em;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
|
|
Loading…
Reference in New Issue