Git conflict
This commit is contained in:
commit
0a964b1237
7 changed files with 60 additions and 56 deletions
|
@ -21,27 +21,21 @@
|
||||||
<div id="page-content">
|
<div id="page-content">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12 m9 l9">
|
<div class="col s12 m9 l9 articlecontent">
|
||||||
<section>
|
{{ if isset .Params "images"}}
|
||||||
<article>
|
{{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}}
|
||||||
{{ if isset .Params "images"}}
|
{{ $mainimage := resources.Get (index .Params.images 0) }}
|
||||||
{{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}}
|
<p style="text-algin: center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="500"></p>
|
||||||
{{ $mainimage := resources.Get (index .Params.images 0) }}
|
{{ end }}
|
||||||
<p style="text-algin: center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="500">
|
{{ end }}
|
||||||
</p>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<div style="text-align: justify;">
|
<div style="text-align: justify;">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<small>{{ i18n "publishdate"}} : {{.PublishDate.Format "2006-01-02"}}</small> | <small>{{ i18n "lastchange"}} : {{.Lastmod.Format "2006-01-02"}}</small>
|
<small>{{ i18n "publishdate"}} : {{.PublishDate.Format "2006-01-02"}}</small> | <small>{{ i18n "lastchange"}} : {{.Lastmod.Format "2006-01-02"}}</small>
|
||||||
|
|
||||||
{{ partial "widgets/ibiscattags.html" . }}
|
{{ partial "widgets/ibiscattags.html" . }}
|
||||||
|
|
||||||
</article>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "widgets/ibissidebar.html" . }}
|
{{ partial "widgets/ibissidebar.html" . }}
|
||||||
|
|
|
@ -21,27 +21,21 @@
|
||||||
<div id="page-content">
|
<div id="page-content">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12 m9 l9">
|
<div class="col s12 m9 l9 articlecontent">
|
||||||
<section>
|
{{ if isset .Params "images"}}
|
||||||
<article>
|
{{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}}
|
||||||
|
{{ $mainimage := resources.Get (index .Params.images 0) }}
|
||||||
|
<p class="text-center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="400"></p>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ if isset .Params "images"}}
|
<div style="text-align: justify;">
|
||||||
{{ if (fileExists (printf "assets/%s" (index .Params.images 0))) -}}
|
{{ .Content }}
|
||||||
{{ $mainimage := resources.Get (index .Params.images 0) }}
|
</div>
|
||||||
<p class="text-center"><img class="img-fluid" src="{{ $mainimage.RelPermalink }}" width="400"></p>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<div style="text-align: justify;">
|
<small>{{ i18n "publishdate"}} : {{.PublishDate.Format "2006-01-02"}}</small> | <small>{{ i18n "lastchange"}} : {{.Lastmod.Format "2006-01-02"}}</small>
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<small>{{ i18n "publishdate"}} : {{.PublishDate.Format "2006-01-02"}}</small> | <small>{{ i18n "lastchange"}} : {{.Lastmod.Format "2006-01-02"}}</small>
|
{{ partial "partials/widgets/spotcattags.html" . }}
|
||||||
|
|
||||||
{{ partial "partials/widgets/spotcattags.html" . }}
|
|
||||||
|
|
||||||
</article>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "partials/widgets/spotsidebar.html" . }}
|
{{ partial "partials/widgets/spotsidebar.html" . }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="row blog-article-item-list">
|
<div class="row blog-article-item-list">
|
||||||
<h4 class="blog-article-title"><a href="{{ .Permalink }}">{{.article.Title}}</a></h4>
|
<h4 class="blog-article-title"><a href="{{ .article.Permalink }}">{{.article.Title}}</a></h4>
|
||||||
<div class="col s12 m4 l4 blog-article-image">
|
<div class="col s12 m4 l4 blog-article-image">
|
||||||
{{ if isset .article.Params "images"}}
|
{{ if isset .article.Params "images"}}
|
||||||
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
|
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
|
||||||
|
|
|
@ -78,4 +78,27 @@ footer .menu {
|
||||||
.blog-article-image {
|
.blog-article-image {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog-single .title {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Min medium */
|
||||||
|
@media (min-width: 767px) {
|
||||||
|
.servicesidebar, .blogsidebar {
|
||||||
|
border-left: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.articlecontent, .servicecontent {
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Max small */
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.servicesidebar, .blogsidebar {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,15 +0,0 @@
|
||||||
<!-- Matomo -->
|
|
||||||
<script type="text/javascript" async>
|
|
||||||
var _paq = window._paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="//{{ .Site.Params.analyticsUrl }}/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '{{ .Site.Params.Analytics.SiteId }}']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<!-- End Matomo Code -->
|
|
|
@ -27,8 +27,8 @@
|
||||||
|
|
||||||
{{ hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
|
|
||||||
<link href="{{ "css/main.css" | relURL }}" rel="stylesheet">
|
<link href="{{ "css/main.css?8" | relURL }}" rel="stylesheet">
|
||||||
<link href="{{ "css/custom.css" | relURL }}" rel="stylesheet">
|
<link href="{{ "css/custom.css?8" | relURL }}" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Favicon and Apple touch icons-->
|
<!-- Favicon and Apple touch icons-->
|
||||||
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
|
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
|
||||||
|
@ -42,6 +42,4 @@
|
||||||
|
|
||||||
<script src="/js/htmx/htmx.min.js" defer></script>
|
<script src="/js/htmx/htmx.min.js" defer></script>
|
||||||
<script src="/js/main.js" defer></script>
|
<script src="/js/main.js" defer></script>
|
||||||
|
|
||||||
{{ partial "analytics.html" . }}
|
|
||||||
</head>
|
</head>
|
||||||
|
|
10
website.iml
Normal file
10
website.iml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="Go" enabled="true" />
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
Add table
Reference in a new issue